public final class PrivateLinkServiceConnectionStateProperty extends Object
| Constructor and Description |
|---|
PrivateLinkServiceConnectionStateProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
actionsRequired()
Get the actionsRequired property: Any action that is required beyond basic workflow (approve/ reject/
disconnect).
|
String |
description()
Get the description property: The private link service connection description.
|
String |
status()
Get the status property: The private link service connection status.
|
void |
validate()
Validates the instance.
|
PrivateLinkServiceConnectionStateProperty |
withDescription(String description)
Set the description property: The private link service connection description.
|
PrivateLinkServiceConnectionStateProperty |
withStatus(String status)
Set the status property: The private link service connection status.
|
public PrivateLinkServiceConnectionStateProperty()
public String status()
public PrivateLinkServiceConnectionStateProperty withStatus(String status)
status - the status value to set.public String description()
public PrivateLinkServiceConnectionStateProperty withDescription(String description)
description - the description value to set.public String actionsRequired()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.