public class PrivateLinkServiceConnectionStateProperty extends Object
| Constructor and Description |
|---|
PrivateLinkServiceConnectionStateProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
actionsRequired()
Get any action that is required beyond basic workflow (approve/ reject/ disconnect).
|
String |
description()
Get the private link service connection description.
|
String |
status()
Get the private link service connection status.
|
PrivateLinkServiceConnectionStateProperty |
withDescription(String description)
Set the private link service connection description.
|
PrivateLinkServiceConnectionStateProperty |
withStatus(String status)
Set the private link service connection status.
|
public PrivateLinkServiceConnectionStateProperty()
public String status()
public PrivateLinkServiceConnectionStateProperty withStatus(String status)
status - the status value to setpublic String description()
public PrivateLinkServiceConnectionStateProperty withDescription(String description)
description - the description value to setpublic String actionsRequired()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/