public final class PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState extends Object
| Constructor and Description |
|---|
PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState() |
| Modifier and Type | Method and Description |
|---|---|
String |
actionsRequired()
Get the actionsRequired property: A description of any extra actions that may be required.
|
String |
description()
Get the description property: The description for the private link service connection state.
|
PrivateLinkServiceConnectionStatus |
status()
Get the status property: Status of the the private link service connection.
|
void |
validate()
Validates the instance.
|
PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState |
withActionsRequired(String actionsRequired)
Set the actionsRequired property: A description of any extra actions that may be required.
|
PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState |
withDescription(String description)
Set the description property: The description for the private link service connection state.
|
PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState |
withStatus(PrivateLinkServiceConnectionStatus status)
Set the status property: Status of the the private link service connection.
|
public PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState()
public PrivateLinkServiceConnectionStatus status()
public PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState withStatus(PrivateLinkServiceConnectionStatus status)
status - the status value to set.public String description()
public PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState withDescription(String description)
description - the description value to set.public String actionsRequired()
public PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState withActionsRequired(String actionsRequired)
actionsRequired - the actionsRequired value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.