Uses of Class
com.azure.resourcemanager.keyvault.fluent.models.MhsmPrivateEndpointConnectionInner
Packages that use MhsmPrivateEndpointConnectionInner
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 MhsmPrivateEndpointConnectionInner in com.azure.resourcemanager.keyvault.fluent
Methods in com.azure.resourcemanager.keyvault.fluent that return MhsmPrivateEndpointConnectionInnerModifier and TypeMethodDescriptionMhsmPrivateEndpointConnectionsClient.delete(String resourceGroupName, String name, String privateEndpointConnectionName) Deletes the specified private endpoint connection associated with the managed hsm pool.MhsmPrivateEndpointConnectionsClient.delete(String resourceGroupName, String name, String privateEndpointConnectionName, com.azure.core.util.Context context) Deletes the specified private endpoint connection associated with the managed hsm pool.MhsmPrivateEndpointConnectionsClient.get(String resourceGroupName, String name, String privateEndpointConnectionName) Gets the specified private endpoint connection associated with the managed HSM Pool.MhsmPrivateEndpointConnectionsClient.put(String resourceGroupName, String name, String privateEndpointConnectionName, MhsmPrivateEndpointConnectionInner properties) Updates the specified private endpoint connection associated with the managed hsm pool.Methods in com.azure.resourcemanager.keyvault.fluent that return types with arguments of type MhsmPrivateEndpointConnectionInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MhsmPrivateEndpointConnectionInner>, MhsmPrivateEndpointConnectionInner> MhsmPrivateEndpointConnectionsClient.beginDelete(String resourceGroupName, String name, String privateEndpointConnectionName) Deletes the specified private endpoint connection associated with the managed hsm pool.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MhsmPrivateEndpointConnectionInner>, MhsmPrivateEndpointConnectionInner> MhsmPrivateEndpointConnectionsClient.beginDelete(String resourceGroupName, String name, String privateEndpointConnectionName) Deletes the specified private endpoint connection associated with the managed hsm pool.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MhsmPrivateEndpointConnectionInner>, MhsmPrivateEndpointConnectionInner> MhsmPrivateEndpointConnectionsClient.beginDelete(String resourceGroupName, String name, String privateEndpointConnectionName, com.azure.core.util.Context context) Deletes the specified private endpoint connection associated with the managed hsm pool.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MhsmPrivateEndpointConnectionInner>, MhsmPrivateEndpointConnectionInner> MhsmPrivateEndpointConnectionsClient.beginDelete(String resourceGroupName, String name, String privateEndpointConnectionName, com.azure.core.util.Context context) Deletes the specified private endpoint connection associated with the managed hsm pool.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MhsmPrivateEndpointConnectionInner>, MhsmPrivateEndpointConnectionInner> MhsmPrivateEndpointConnectionsClient.beginDeleteAsync(String resourceGroupName, String name, String privateEndpointConnectionName) Deletes the specified private endpoint connection associated with the managed hsm pool.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<MhsmPrivateEndpointConnectionInner>, MhsmPrivateEndpointConnectionInner> MhsmPrivateEndpointConnectionsClient.beginDeleteAsync(String resourceGroupName, String name, String privateEndpointConnectionName) Deletes the specified private endpoint connection associated with the managed hsm pool.MhsmPrivateEndpointConnectionsClient.deleteAsync(String resourceGroupName, String name, String privateEndpointConnectionName) Deletes the specified private endpoint connection associated with the managed hsm pool.MhsmPrivateEndpointConnectionsClient.getAsync(String resourceGroupName, String name, String privateEndpointConnectionName) Gets the specified private endpoint connection associated with the managed HSM Pool.com.azure.core.http.rest.Response<MhsmPrivateEndpointConnectionInner> MhsmPrivateEndpointConnectionsClient.getWithResponse(String resourceGroupName, String name, String privateEndpointConnectionName, com.azure.core.util.Context context) Gets the specified private endpoint connection associated with the managed HSM Pool.Mono<com.azure.core.http.rest.Response<MhsmPrivateEndpointConnectionInner>> MhsmPrivateEndpointConnectionsClient.getWithResponseAsync(String resourceGroupName, String name, String privateEndpointConnectionName) Gets the specified private endpoint connection associated with the managed HSM Pool.com.azure.core.http.rest.PagedIterable<MhsmPrivateEndpointConnectionInner> MhsmPrivateEndpointConnectionsClient.listByResource(String resourceGroupName, String name) The List operation gets information about the private endpoint connections associated with the managed HSM Pool.com.azure.core.http.rest.PagedIterable<MhsmPrivateEndpointConnectionInner> MhsmPrivateEndpointConnectionsClient.listByResource(String resourceGroupName, String name, com.azure.core.util.Context context) The List operation gets information about the private endpoint connections associated with the managed HSM Pool.com.azure.core.http.rest.PagedFlux<MhsmPrivateEndpointConnectionInner> MhsmPrivateEndpointConnectionsClient.listByResourceAsync(String resourceGroupName, String name) The List operation gets information about the private endpoint connections associated with the managed HSM Pool.MhsmPrivateEndpointConnectionsClient.putAsync(String resourceGroupName, String name, String privateEndpointConnectionName, MhsmPrivateEndpointConnectionInner properties) Updates the specified private endpoint connection associated with the managed hsm pool.Methods in com.azure.resourcemanager.keyvault.fluent with parameters of type MhsmPrivateEndpointConnectionInnerModifier and TypeMethodDescriptionMhsmPrivateEndpointConnectionsClient.put(String resourceGroupName, String name, String privateEndpointConnectionName, MhsmPrivateEndpointConnectionInner properties) Updates the specified private endpoint connection associated with the managed hsm pool.MhsmPrivateEndpointConnectionsClient.putAsync(String resourceGroupName, String name, String privateEndpointConnectionName, MhsmPrivateEndpointConnectionInner properties) Updates the specified private endpoint connection associated with the managed hsm pool.MhsmPrivateEndpointConnectionsClient.putWithResponse(String resourceGroupName, String name, String privateEndpointConnectionName, MhsmPrivateEndpointConnectionInner properties, com.azure.core.util.Context context) Updates the specified private endpoint connection associated with the managed hsm pool.MhsmPrivateEndpointConnectionsClient.putWithResponseAsync(String resourceGroupName, String name, String privateEndpointConnectionName, MhsmPrivateEndpointConnectionInner properties) Updates the specified private endpoint connection associated with the managed hsm pool. -
Uses of MhsmPrivateEndpointConnectionInner in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return MhsmPrivateEndpointConnectionInnerModifier and TypeMethodDescriptionMhsmPrivateEndpointConnectionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MhsmPrivateEndpointConnectionInner from the JsonReader.Set the etag property: Modified whenever there is a change in the state of private endpoint connection.MhsmPrivateEndpointConnectionInner.withIdentity(ManagedServiceIdentity identity) Set the identity property: Managed service identity (system assigned and/or user assigned identities).MhsmPrivateEndpointConnectionInner.withLocation(String location) MhsmPrivateEndpointConnectionInner.withPrivateEndpoint(MhsmPrivateEndpoint privateEndpoint) Set the privateEndpoint property: Properties of the private endpoint object.MhsmPrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(MhsmPrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Approval state of the private link connection.MhsmPrivateEndpointConnectionInner.withProvisioningState(PrivateEndpointConnectionProvisioningState provisioningState) Set the provisioningState property: Provisioning state of the private endpoint connection.MhsmPrivateEndpointConnectionInner.withSku(ManagedHsmSku sku) Set the sku property: SKU details. -
Uses of MhsmPrivateEndpointConnectionInner in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return MhsmPrivateEndpointConnectionInnerModifier and TypeMethodDescriptionMhsmPrivateEndpointConnectionsPutResponse.getValue()Gets the deserialized response body.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type MhsmPrivateEndpointConnectionInnerModifier and TypeMethodDescriptionMhsmPrivateEndpointConnectionsListResult.value()Get the value property: The private endpoint connection associated with a managed HSM Pools.Method parameters in com.azure.resourcemanager.keyvault.models with type arguments of type MhsmPrivateEndpointConnectionInnerModifier and TypeMethodDescriptionMhsmPrivateEndpointConnectionsListResult.withValue(List<MhsmPrivateEndpointConnectionInner> value) Set the value property: The private endpoint connection associated with a managed HSM Pools.Constructors in com.azure.resourcemanager.keyvault.models with parameters of type MhsmPrivateEndpointConnectionInnerModifierConstructorDescriptionMhsmPrivateEndpointConnectionsPutResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, MhsmPrivateEndpointConnectionInner value, MhsmPrivateEndpointConnectionsPutHeaders headers) Creates an instance of MhsmPrivateEndpointConnectionsPutResponse.