Uses of Class
com.azure.resourcemanager.containerservice.models.PrivateLinkServiceConnectionState
Packages that use PrivateLinkServiceConnectionState
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.PrivateEndpointConnectionProperties.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.PrivateEndpointConnectionProperties.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider. -
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateLinkServiceConnectionState.withDescription(String description) Set the description property: The private link service connection description.PrivateLinkServiceConnectionState.withStatus(ConnectionStatus status) Set the status property: The private link service connection status.