Uses of Class
com.azure.resourcemanager.elasticsan.models.PrivateLinkServiceConnectionState
Packages that use PrivateLinkServiceConnectionState
Package
Description
Package containing the inner data models for ElasticSanManagement.
Package containing the data models for ElasticSanManagement.
-
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.elasticsan.fluent.models
Methods in com.azure.resourcemanager.elasticsan.fluent.models that return PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: Private Link Service Connection State.PrivateEndpointConnectionProperties.privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: Private Link Service Connection State.Methods in com.azure.resourcemanager.elasticsan.fluent.models with parameters of type PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Private Link Service Connection State.PrivateEndpointConnectionProperties.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Private Link Service Connection State. -
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.elasticsan.models
Methods in com.azure.resourcemanager.elasticsan.models that return PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateLinkServiceConnectionState.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkServiceConnectionState from the JsonReader.PrivateEndpointConnection.privateLinkServiceConnectionState()
Gets the privateLinkServiceConnectionState property: Private Link Service Connection State.PrivateLinkServiceConnectionState.withActionsRequired
(String 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 reason for approval/rejection of the connection.PrivateLinkServiceConnectionState.withStatus
(PrivateEndpointServiceConnectionStatus status) Set the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.Methods in com.azure.resourcemanager.elasticsan.models with parameters of type PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateEndpointConnection.DefinitionStages.WithPrivateLinkServiceConnectionState.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Specifies the privateLinkServiceConnectionState property: Private Link Service Connection State..