Uses of Class
com.azure.resourcemanager.keyvault.models.PrivateEndpointConnectionsPutResponse
Packages that use PrivateEndpointConnectionsPutResponse
Package
Description
Package containing the service clients for KeyVaultManagementClient.
-
Uses of PrivateEndpointConnectionsPutResponse in com.azure.resourcemanager.keyvault.fluent
Methods in com.azure.resourcemanager.keyvault.fluent that return PrivateEndpointConnectionsPutResponseModifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.putWithResponse(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.Methods in com.azure.resourcemanager.keyvault.fluent that return types with arguments of type PrivateEndpointConnectionsPutResponseModifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.putWithResponseAsync(String resourceGroupName, String vaultName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties) Updates the specified private endpoint connection associated with the key vault.