Uses of Class
com.azure.resourcemanager.search.models.SharedPrivateLinkResourceStatus
-
Packages that use SharedPrivateLinkResourceStatus Package Description com.azure.resourcemanager.search.models Package containing the data models for SearchManagementClient. -
-
Uses of SharedPrivateLinkResourceStatus in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return SharedPrivateLinkResourceStatus Modifier and Type Method Description static SharedPrivateLinkResourceStatusSharedPrivateLinkResourceStatus. fromString(String value)Parses a serialized value to a SharedPrivateLinkResourceStatus instance.SharedPrivateLinkResourceStatusSharedPrivateLinkResourceProperties. status()Get the status property: Status of the shared private link resource.static SharedPrivateLinkResourceStatusSharedPrivateLinkResourceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SharedPrivateLinkResourceStatus[]SharedPrivateLinkResourceStatus. 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 SharedPrivateLinkResourceStatus Modifier and Type Method Description SharedPrivateLinkResourcePropertiesSharedPrivateLinkResourceProperties. withStatus(SharedPrivateLinkResourceStatus status)Set the status property: Status of the shared private link resource.
-