public final class PrivateLinkServiceConnectionState extends Object
| Constructor and Description |
|---|
PrivateLinkServiceConnectionState() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get the description property: The private link service connection description.
|
ConnectionStatus |
status()
Get the status property: The private link service connection status.
|
void |
validate()
Validates the instance.
|
PrivateLinkServiceConnectionState |
withDescription(String description)
Set the description property: The private link service connection description.
|
PrivateLinkServiceConnectionState |
withStatus(ConnectionStatus status)
Set the status property: The private link service connection status.
|
public ConnectionStatus status()
public PrivateLinkServiceConnectionState withStatus(ConnectionStatus status)
status - the status value to set.public String description()
public PrivateLinkServiceConnectionState withDescription(String description)
description - the description value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.