public final class PrivateLinkServiceConnectionState extends Object
| Constructor and Description |
|---|
PrivateLinkServiceConnectionState() |
| Modifier and Type | Method and Description |
|---|---|
String |
actionRequired()
Get the actionRequired property: A message indicating if changes on the service provider require any updates on
the consumer.
|
String |
description()
Get the description property: The reason for approval or rejection.
|
PrivateEndpointServiceConnectionStatus |
status()
Get the status property: Indicates whether the connection has been approved, rejected or removed by the key vault
owner.
|
void |
validate()
Validates the instance.
|
PrivateLinkServiceConnectionState |
withActionRequired(String actionRequired)
Set the actionRequired property: A message indicating if changes on the service provider require any updates on
the consumer.
|
PrivateLinkServiceConnectionState |
withDescription(String description)
Set the description property: The reason for approval or rejection.
|
PrivateLinkServiceConnectionState |
withStatus(PrivateEndpointServiceConnectionStatus status)
Set the status property: Indicates whether the connection has been approved, rejected or removed by the key vault
owner.
|
public PrivateEndpointServiceConnectionStatus status()
public PrivateLinkServiceConnectionState withStatus(PrivateEndpointServiceConnectionStatus status)
status - the status value to set.public String description()
public PrivateLinkServiceConnectionState withDescription(String description)
description - the description value to set.public String actionRequired()
public PrivateLinkServiceConnectionState withActionRequired(String actionRequired)
actionRequired - the actionRequired value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.