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