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