Uses of Enum
com.azure.resourcemanager.search.models.PrivateLinkServiceConnectionStatus
Packages that use PrivateLinkServiceConnectionStatus
Package
Description
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 PrivateLinkServiceConnectionStatusModifier and TypeMethodDescriptionPrivateLinkServiceConnectionStatus.fromString(String value) Parses a serialized value to a PrivateLinkServiceConnectionStatus instance.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState.status()Get the status property: Status of the the private link service connection.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 PrivateLinkServiceConnectionStatusModifier and TypeMethodDescriptionPrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState.withStatus(PrivateLinkServiceConnectionStatus status) Set the status property: Status of the the private link service connection.