Uses of Class
com.azure.resourcemanager.search.models.SharedPrivateLinkResourceProvisioningState
-
Packages that use SharedPrivateLinkResourceProvisioningState Package Description com.azure.resourcemanager.search.models Package containing the data models for SearchManagementClient. -
-
Uses of SharedPrivateLinkResourceProvisioningState in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return SharedPrivateLinkResourceProvisioningState Modifier and Type Method Description static SharedPrivateLinkResourceProvisioningStateSharedPrivateLinkResourceProvisioningState. fromString(String value)Parses a serialized value to a SharedPrivateLinkResourceProvisioningState instance.SharedPrivateLinkResourceProvisioningStateSharedPrivateLinkResourceProperties. provisioningState()Get the provisioningState property: The provisioning state of the shared private link resource.static SharedPrivateLinkResourceProvisioningStateSharedPrivateLinkResourceProvisioningState. 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.Methods in com.azure.resourcemanager.search.models with parameters of type SharedPrivateLinkResourceProvisioningState Modifier and Type Method Description SharedPrivateLinkResourcePropertiesSharedPrivateLinkResourceProperties. withProvisioningState(SharedPrivateLinkResourceProvisioningState provisioningState)Set the provisioningState property: The provisioning state of the shared private link resource.
-