Uses of Class
com.azure.resourcemanager.keyvault.fluent.models.DeletedManagedHsmInner
Packages that use DeletedManagedHsmInner
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 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.DeletedManagedHsmInner.withProperties(DeletedManagedHsmProperties properties) Set the properties property: Properties of the deleted managed HSM. -
Uses of DeletedManagedHsmInner in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type DeletedManagedHsmInnerModifier and TypeMethodDescriptionDeletedManagedHsmListResult.value()Get the value property: The list of deleted managed HSM Pools.Method parameters in com.azure.resourcemanager.keyvault.models with type arguments of type DeletedManagedHsmInnerModifier and TypeMethodDescriptionDeletedManagedHsmListResult.withValue(List<DeletedManagedHsmInner> value) Set the value property: The list of deleted managed HSM Pools.