Class PrivateLinkServiceConnectionStateProperty
java.lang.Object
com.azure.resourcemanager.kusto.models.PrivateLinkServiceConnectionStateProperty
Connection State of the Private Endpoint Connection.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the actionsRequired property: Any action that is required beyond basic workflow (approve/ reject/ disconnect).Get the description property: The private link service connection description.status()
Get the status property: The private link service connection status.void
validate()
Validates the instance.withDescription
(String description) Set the description property: The private link service connection description.withStatus
(String status) Set the status property: The private link service connection status.
-
Constructor Details
-
PrivateLinkServiceConnectionStateProperty
public PrivateLinkServiceConnectionStateProperty()
-
-
Method Details
-
status
Get the status property: The private link service connection status.- Returns:
- the status value.
-
withStatus
Set the status property: The private link service connection status.- Parameters:
status
- the status value to set.- Returns:
- the PrivateLinkServiceConnectionStateProperty object itself.
-
description
Get the description property: The private link service connection description.- Returns:
- the description value.
-
withDescription
Set the description property: The private link service connection description.- Parameters:
description
- the description value to set.- Returns:
- the PrivateLinkServiceConnectionStateProperty object itself.
-
actionsRequired
Get the actionsRequired property: Any action that is required beyond basic workflow (approve/ reject/ disconnect).- Returns:
- the actionsRequired value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-