public class PrivateLinkServiceConnectionState extends Object
| Constructor and Description |
|---|
PrivateLinkServiceConnectionState() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get the private link service connection description.
|
ConnectionStatus |
status()
Get the private link service connection status.
|
PrivateLinkServiceConnectionState |
withDescription(String description)
Set the private link service connection description.
|
PrivateLinkServiceConnectionState |
withStatus(ConnectionStatus status)
Set the private link service connection status.
|
public ConnectionStatus status()
public PrivateLinkServiceConnectionState withStatus(ConnectionStatus status)
status - the status value to setpublic String description()
public PrivateLinkServiceConnectionState withDescription(String description)
description - the description value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/