Uses of Class
com.azure.resourcemanager.keyvault.fluent.models.PrivateEndpointConnectionInner
Packages that use PrivateEndpointConnectionInner
Package
Description
Package containing the service clients for KeyVaultManagementClient.
Package containing the inner data models for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.keyvault.fluent
Methods in com.azure.resourcemanager.keyvault.fluent that return PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.delete(String resourceGroupName, String vaultName, String privateEndpointConnectionName) Deletes the specified private endpoint connection associated with the key vault.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.PrivateEndpointConnectionsClient.get(String resourceGroupName, String vaultName, String privateEndpointConnectionName) Gets the specified private endpoint connection associated with the key vault.PrivateEndpointConnectionsClient.put(String resourceGroupName, String vaultName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties) 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 PrivateEndpointConnectionInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginDelete(String resourceGroupName, String vaultName, String privateEndpointConnectionName) Deletes the specified private endpoint connection associated with the key vault.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginDelete(String resourceGroupName, String vaultName, String privateEndpointConnectionName) Deletes the specified private endpoint connection associated with the key vault.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginDelete(String resourceGroupName, String vaultName, String privateEndpointConnectionName, com.azure.core.util.Context context) Deletes the specified private endpoint connection associated with the key vault.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginDelete(String resourceGroupName, String vaultName, String privateEndpointConnectionName, com.azure.core.util.Context context) Deletes the specified private endpoint connection associated with the key vault.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginDeleteAsync(String resourceGroupName, String vaultName, String privateEndpointConnectionName) Deletes the specified private endpoint connection associated with the key vault.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginDeleteAsync(String resourceGroupName, String vaultName, String privateEndpointConnectionName) Deletes the specified private endpoint connection associated with the key vault.PrivateEndpointConnectionsClient.deleteAsync(String resourceGroupName, String vaultName, String privateEndpointConnectionName) Deletes the specified private endpoint connection associated with the key vault.PrivateEndpointConnectionsClient.getAsync(String resourceGroupName, String vaultName, String privateEndpointConnectionName) Gets the specified private endpoint connection associated with the key vault.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient.getWithResponse(String resourceGroupName, String vaultName, String privateEndpointConnectionName, com.azure.core.util.Context context) Gets the specified private endpoint connection associated with the key vault.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>>PrivateEndpointConnectionsClient.getWithResponseAsync(String resourceGroupName, String vaultName, String privateEndpointConnectionName) Gets the specified private endpoint connection associated with the key vault.PrivateEndpointConnectionsClient.putAsync(String resourceGroupName, String vaultName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties) Updates the specified private endpoint connection associated with the key vault.Methods in com.azure.resourcemanager.keyvault.fluent with parameters of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.put(String resourceGroupName, String vaultName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties) Updates the specified private endpoint connection associated with the key vault.PrivateEndpointConnectionsClient.putAsync(String resourceGroupName, String vaultName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties) Updates the specified private endpoint connection associated with the key vault.PrivateEndpointConnectionsClient.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.PrivateEndpointConnectionsClient.putWithResponseAsync(String resourceGroupName, String vaultName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties) Updates the specified private endpoint connection associated with the key vault. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionSet the etag property: Modified whenever there is a change in the state of private endpoint connection.PrivateEndpointConnectionInner.withLocation(String location) PrivateEndpointConnectionInner.withPrivateEndpoint(PrivateEndpoint privateEndpoint) Set the privateEndpoint property: Properties of the private endpoint object.PrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Approval state of the private link connection. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionsDeleteResponse.getValue()PrivateEndpointConnectionsPutResponse.getValue()Constructors in com.azure.resourcemanager.keyvault.models with parameters of type PrivateEndpointConnectionInnerModifierConstructorDescriptionPrivateEndpointConnectionsDeleteResponse(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.