Uses of Class
com.azure.resourcemanager.search.models.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState
-
Packages that use PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState Package Description com.azure.resourcemanager.search.models 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 PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState Modifier and Type Method Description PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStatePrivateEndpointConnectionProperties. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStatePrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState. withActionsRequired(String actionsRequired)Set the actionsRequired property: A description of any extra actions that may be required.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStatePrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState. withDescription(String description)Set the description property: The description for the private link service connection state.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionStatePrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState. 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 PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState Modifier and Type Method Description PrivateEndpointConnectionPropertiesPrivateEndpointConnectionProperties. withPrivateLinkServiceConnectionState(PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
-