Uses of Class
com.azure.resourcemanager.batch.models.PrivateLinkServiceConnectionState
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionPrivateEndpointConnectionInner.privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: The private link service connection state of the private endpoint connection.PrivateEndpointConnectionProperties.privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: The private link service connection state of the private endpoint connection.Modifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: The private link service connection state of the private endpoint connection.PrivateEndpointConnectionProperties.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: The private link service connection state of the private endpoint connection. -
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionPrivateEndpointConnection.privateLinkServiceConnectionState()
Gets the privateLinkServiceConnectionState property: The private link service connection state of the private endpoint connection.PrivateLinkServiceConnectionState.withDescription
(String description) Set the description property: Description of the private Connection state.PrivateLinkServiceConnectionState.withStatus
(PrivateLinkServiceConnectionStatus status) Set the status property: The status of the Batch private endpoint connection.