Uses of Class
com.azure.resourcemanager.batch.models.PrivateLinkServiceConnectionState
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent.models that return PrivateLinkServiceConnectionStateModifier 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.Methods in com.azure.resourcemanager.batch.fluent.models with parameters of type PrivateLinkServiceConnectionStateModifier 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
Methods in com.azure.resourcemanager.batch.models that return PrivateLinkServiceConnectionStateModifier 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.