Class PrivateLinkServiceConnectionStateProperty
java.lang.Object
com.microsoft.azure.management.cosmosdb.PrivateLinkServiceConnectionStateProperty
Connection State of the Private Endpoint Connection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet any action that is required beyond basic workflow (approve/ reject/ disconnect).Get 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
(String status) Set the private link service connection status.
-
Constructor Details
-
PrivateLinkServiceConnectionStateProperty
public PrivateLinkServiceConnectionStateProperty()
-
-
Method Details
-
status
Get the private link service connection status.- Returns:
- the status value
-
withStatus
Set the private link service connection status.- Parameters:
status
- the status value to set- Returns:
- the PrivateLinkServiceConnectionStateProperty 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 PrivateLinkServiceConnectionStateProperty object itself.
-
actionsRequired
Get any action that is required beyond basic workflow (approve/ reject/ disconnect).- Returns:
- the actionsRequired value
-