Uses of Enum
com.azure.resourcemanager.search.models.SharedPrivateLinkResourceProvisioningState
Packages that use SharedPrivateLinkResourceProvisioningState
Package
Description
Package containing the data models for SearchManagementClient.
-
Uses of SharedPrivateLinkResourceProvisioningState in com.azure.resourcemanager.search.models
Subclasses with type arguments of type SharedPrivateLinkResourceProvisioningState in com.azure.resourcemanager.search.modelsModifier and TypeClassDescriptionenumThe provisioning state of the shared private link resource.Methods in com.azure.resourcemanager.search.models that return SharedPrivateLinkResourceProvisioningStateModifier and TypeMethodDescriptionSharedPrivateLinkResourceProvisioningState.fromString(String value) Parses a serialized value to a SharedPrivateLinkResourceProvisioningState instance.SharedPrivateLinkResourceProperties.provisioningState()Get the provisioningState property: The provisioning state of the shared private link resource.Returns the enum constant of this type with the specified name.SharedPrivateLinkResourceProvisioningState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.search.models with parameters of type SharedPrivateLinkResourceProvisioningStateModifier and TypeMethodDescriptionSharedPrivateLinkResourceProperties.withProvisioningState(SharedPrivateLinkResourceProvisioningState provisioningState) Set the provisioningState property: The provisioning state of the shared private link resource.