| Modifier and Type | Field and Description |
|---|---|
static ConnectionStatus |
ConnectionStatus.APPROVED
Static value Approved for ConnectionStatus.
|
static ConnectionStatus |
ConnectionStatus.DISCONNECTED
Static value Disconnected for ConnectionStatus.
|
static ConnectionStatus |
ConnectionStatus.PENDING
Static value Pending for ConnectionStatus.
|
static ConnectionStatus |
ConnectionStatus.REJECTED
Static value Rejected for ConnectionStatus.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectionStatus |
ConnectionStatus.fromString(String name)
Creates or finds a ConnectionStatus from its string representation.
|
ConnectionStatus |
PrivateLinkServiceConnectionState.status()
Get the private link service connection status.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ConnectionStatus> |
ConnectionStatus.values() |
| Modifier and Type | Method and Description |
|---|---|
PrivateLinkServiceConnectionState |
PrivateLinkServiceConnectionState.withStatus(ConnectionStatus status)
Set the private link service connection status.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/