Class PrivateLinkServiceConnectionState
java.lang.Object
com.microsoft.azure.management.containerservice.PrivateLinkServiceConnectionState
The state of a private link service connection.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the private link service connection description.status()
Get the private link service connection status.withDescription
(String description) Set the private link service connection description.withStatus
(ConnectionStatus status) Set the private link service connection status.
-
Constructor Details
-
PrivateLinkServiceConnectionState
public PrivateLinkServiceConnectionState()
-
-
Method Details
-
status
Get the private link service connection status. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'.- Returns:
- the status value
-
withStatus
Set the private link service connection status. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'.- Parameters:
status
- the status value to set- Returns:
- the PrivateLinkServiceConnectionState object itself.
-
description
Get the private link service connection description.- Returns:
- the description value
-
withDescription
Set the private link service connection description.- Parameters:
description
- the description value to set- Returns:
- the PrivateLinkServiceConnectionState object itself.
-