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() |
String | description() |
Private |
status() |
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:
status
- the status of the connection.
description
- the description of the connection.
actionsRequired
- the required action for the connection.
Method Details
actionsRequired
public String actionsRequired()
Returns:
the required action for the connection.
description
public String description()
Returns:
the description of the connection.
status
public PrivateEndpointServiceConnectionStatus status()
Returns:
the status of the connection.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java