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