| Package | Description |
|---|---|
| com.azure.resourcemanager.keyvault.fluent |
Package containing the client classes for KeyVaultManagementClient.
|
| com.azure.resourcemanager.keyvault.fluent.inner |
Package containing the inner classes for KeyVaultManagementClient.
|
| com.azure.resourcemanager.keyvault.models |
Package containing the data models for KeyVaultManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.delete(String resourceGroupName,
String vaultName,
String privateEndpointConnectionName)
Deletes the specified private endpoint connection associated with the key vault.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.delete(String resourceGroupName,
String vaultName,
String privateEndpointConnectionName,
com.azure.core.util.Context context)
Deletes the specified private endpoint connection associated with the key vault.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.get(String resourceGroupName,
String vaultName,
String privateEndpointConnectionName)
Gets the specified private endpoint connection associated with the key vault.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.get(String resourceGroupName,
String vaultName,
String privateEndpointConnectionName,
com.azure.core.util.Context context)
Gets the specified private endpoint connection associated with the key vault.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.put(String resourceGroupName,
String vaultName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties)
Updates the specified private endpoint connection associated with the key vault.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.put(String resourceGroupName,
String vaultName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties,
com.azure.core.util.Context context)
Updates the specified private endpoint connection associated with the key vault.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.put(String resourceGroupName,
String vaultName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties)
Updates the specified private endpoint connection associated with the key vault.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsClient.put(String resourceGroupName,
String vaultName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties,
com.azure.core.util.Context context)
Updates the specified private endpoint connection associated with the key vault.
|
Mono<PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.putAsync(String resourceGroupName,
String vaultName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties)
Updates the specified private endpoint connection associated with the key vault.
|
Mono<PrivateEndpointConnectionInner> |
PrivateEndpointConnectionsClient.putAsync(String resourceGroupName,
String vaultName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties,
com.azure.core.util.Context context)
Updates the specified private endpoint connection associated with the key vault.
|
Mono<PrivateEndpointConnectionsPutResponse> |
PrivateEndpointConnectionsClient.putWithResponseAsync(String resourceGroupName,
String vaultName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties)
Updates the specified private endpoint connection associated with the key vault.
|
Mono<PrivateEndpointConnectionsPutResponse> |
PrivateEndpointConnectionsClient.putWithResponseAsync(String resourceGroupName,
String vaultName,
String privateEndpointConnectionName,
PrivateEndpointConnectionInner properties,
com.azure.core.util.Context context)
Updates the specified private endpoint connection associated with the key vault.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionInner.withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the privateEndpoint property: Properties of the private endpoint object.
|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: Approval state of the private link connection.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsDeleteResponse.getValue() |
PrivateEndpointConnectionInner |
PrivateEndpointConnectionsPutResponse.getValue() |
| Constructor and Description |
|---|
PrivateEndpointConnectionsDeleteResponse(com.azure.core.http.HttpRequest request,
int statusCode,
com.azure.core.http.HttpHeaders rawHeaders,
PrivateEndpointConnectionInner value,
PrivateEndpointConnectionsDeleteHeaders headers)
Creates an instance of PrivateEndpointConnectionsDeleteResponse.
|
PrivateEndpointConnectionsPutResponse(com.azure.core.http.HttpRequest request,
int statusCode,
com.azure.core.http.HttpHeaders rawHeaders,
PrivateEndpointConnectionInner value,
PrivateEndpointConnectionsPutHeaders headers)
Creates an instance of PrivateEndpointConnectionsPutResponse.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.