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