| Package | Description |
|---|---|
| com.azure.resourcemanager.search.models |
Package containing the data models for SearchManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
static SharedPrivateLinkResourceProvisioningState |
SharedPrivateLinkResourceProvisioningState.fromString(String value)
Parses a serialized value to a SharedPrivateLinkResourceProvisioningState instance.
|
SharedPrivateLinkResourceProvisioningState |
SharedPrivateLinkResourceProperties.provisioningState()
Get the provisioningState property: The provisioning state of the shared private link resource.
|
static SharedPrivateLinkResourceProvisioningState |
SharedPrivateLinkResourceProvisioningState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharedPrivateLinkResourceProvisioningState[] |
SharedPrivateLinkResourceProvisioningState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SharedPrivateLinkResourceProperties |
SharedPrivateLinkResourceProperties.withProvisioningState(SharedPrivateLinkResourceProvisioningState provisioningState)
Set the provisioningState property: The provisioning state of the shared private link resource.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.