Uses of Class
com.azure.resourcemanager.keyvault.models.PrivateEndpointConnectionsPutResponse
-
Packages that use PrivateEndpointConnectionsPutResponse Package Description com.azure.resourcemanager.keyvault.fluent 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 PrivateEndpointConnectionsPutResponse Modifier and Type Method Description PrivateEndpointConnectionsPutResponsePrivateEndpointConnectionsClient. 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 PrivateEndpointConnectionsPutResponse Modifier and Type Method Description Mono<PrivateEndpointConnectionsPutResponse>PrivateEndpointConnectionsClient. putWithResponseAsync(String resourceGroupName, String vaultName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)Updates the specified private endpoint connection associated with the key vault.
-