Uses of Class
com.azure.resourcemanager.search.models.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState
Packages that use PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState
Package
Description
Package containing the data models for SearchManagementClient.
-
Uses of PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateEndpointConnectionProperties.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState.withActionsRequired(String actionsRequired) Set the actionsRequired property: A description of any extra actions that may be required.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState.withDescription(String description) Set the description property: The description for the private link service connection state.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState.withStatus(PrivateLinkServiceConnectionStatus status) Set the status property: Status of the the private link service connection.Methods in com.azure.resourcemanager.search.models with parameters of type PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateEndpointConnectionProperties.withPrivateLinkServiceConnectionState(PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.