Uses of Class
com.azure.resourcemanager.containerregistry.models.PrivateLinkServiceConnectionState
Packages that use PrivateLinkServiceConnectionState
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.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.containerregistry.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.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateLinkServiceConnectionState.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkServiceConnectionState from the JsonReader.PrivateLinkServiceConnectionState.withActionsRequired(ActionsRequired actionsRequired) Set the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer.PrivateLinkServiceConnectionState.withDescription(String description) Set the description property: The description for connection status.PrivateLinkServiceConnectionState.withStatus(ConnectionStatus status) Set the status property: The private link service connection status.