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.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.listByResource(String resourceGroupName, String vaultName) The List operation gets information about the private endpoint connections associated with the vault.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.listByResource(String resourceGroupName, String vaultName, com.azure.core.util.Context context) The List operation gets information about the private endpoint connections associated with the vault.com.azure.core.http.rest.PagedFlux<PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.listByResourceAsync(String resourceGroupName, String vaultName) The List operation gets information about the private endpoint connections associated with the 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 TypeMethodDescriptionPrivateEndpointConnectionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointConnectionInner from the JsonReader.Set 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.PrivateEndpointConnectionInner.withProvisioningState(PrivateEndpointConnectionProvisioningState provisioningState) Set the provisioningState property: Provisioning state of the private endpoint connection. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionsPutResponse.getValue()Gets the deserialized response body.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionListResult.value()Get the value property: The list of private endpoint connections.Method parameters in com.azure.resourcemanager.keyvault.models with type arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionListResult.withValue(List<PrivateEndpointConnectionInner> value) Set the value property: The list of private endpoint connections.Constructors in com.azure.resourcemanager.keyvault.models with parameters of type PrivateEndpointConnectionInnerModifierConstructorDescriptionPrivateEndpointConnectionsPutResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, PrivateEndpointConnectionInner value, PrivateEndpointConnectionsPutHeaders headers) Creates an instance of PrivateEndpointConnectionsPutResponse.