Uses of Class
com.azure.resourcemanager.keyvault.fluent.models.DeletedManagedHsmInner
Packages that use DeletedManagedHsmInner
Package
Description
Package containing the service clients for KeyVault.
Package containing the inner data models for KeyVault.
-
Uses of DeletedManagedHsmInner in com.azure.resourcemanager.keyvault.fluent
Methods in com.azure.resourcemanager.keyvault.fluent that return DeletedManagedHsmInnerModifier and TypeMethodDescriptionManagedHsmsClient.getDeleted(String name, String location) Gets the specified deleted managed HSM.Methods in com.azure.resourcemanager.keyvault.fluent that return types with arguments of type DeletedManagedHsmInnerModifier and TypeMethodDescriptionManagedHsmsClient.getDeletedAsync(String name, String location) Gets the specified deleted managed HSM.com.azure.core.http.rest.Response<DeletedManagedHsmInner> ManagedHsmsClient.getDeletedWithResponse(String name, String location, com.azure.core.util.Context context) Gets the specified deleted managed HSM.Mono<com.azure.core.http.rest.Response<DeletedManagedHsmInner>> ManagedHsmsClient.getDeletedWithResponseAsync(String name, String location) Gets the specified deleted managed HSM.com.azure.core.http.rest.PagedIterable<DeletedManagedHsmInner> ManagedHsmsClient.listDeleted()The List operation gets information about the deleted managed HSMs associated with the subscription.com.azure.core.http.rest.PagedIterable<DeletedManagedHsmInner> ManagedHsmsClient.listDeleted(com.azure.core.util.Context context) The List operation gets information about the deleted managed HSMs associated with the subscription.com.azure.core.http.rest.PagedFlux<DeletedManagedHsmInner> ManagedHsmsClient.listDeletedAsync()The List operation gets information about the deleted managed HSMs associated with the subscription. -
Uses of DeletedManagedHsmInner in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return DeletedManagedHsmInnerModifier and TypeMethodDescriptionstatic DeletedManagedHsmInnerDeletedManagedHsmInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeletedManagedHsmInner from the JsonReader.