| Package | Description |
|---|---|
| com.azure.resourcemanager.keyvault.models |
Package containing the data models for KeyVaultManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static PrivateEndpointServiceConnectionStatus |
PrivateEndpointServiceConnectionStatus.APPROVED
Static value Approved for PrivateEndpointServiceConnectionStatus.
|
static PrivateEndpointServiceConnectionStatus |
PrivateEndpointServiceConnectionStatus.DISCONNECTED
Static value Disconnected 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 the status property: Indicates whether the connection has been approved, rejected or removed by the key vault
owner.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateLinkServiceConnectionState |
PrivateLinkServiceConnectionState.withStatus(PrivateEndpointServiceConnectionStatus status)
Set the status property: Indicates whether the connection has been approved, rejected or removed by the key vault
owner.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.