Class PrivateLinkServiceConnectionState
java.lang.Object
com.azure.resourcemanager.resources.fluentcore.arm.models.PrivateLinkServiceConnectionState
The state of the private link service connection.
-
Constructor Summary
ConstructorsConstructorDescriptionPrivateLinkServiceConnectionState(PrivateEndpointServiceConnectionStatus status, String description, String actionsRequired) Initializes a new instance of thePrivateLinkServiceConnectionStateclass. -
Method Summary
Modifier and TypeMethodDescriptionGets the required action for the connection.Gets the description of the connection.status()Gets the status of the connection.
-
Constructor Details
-
PrivateLinkServiceConnectionState
public PrivateLinkServiceConnectionState(PrivateEndpointServiceConnectionStatus status, String description, String actionsRequired) Initializes a new instance of thePrivateLinkServiceConnectionStateclass.- Parameters:
status- the status of the connection.description- the description of the connection.actionsRequired- the required action for the connection.
-
-
Method Details
-
status
Gets the status of the connection.- Returns:
- the status of the connection.
-
description
Gets the description of the connection.- Returns:
- the description of the connection.
-
actionsRequired
Gets the required action for the connection.- Returns:
- the required action for the connection.
-