Uses of Class
com.azure.resourcemanager.keyvault.fluent.models.ManagedHsmKeyInner
Packages that use ManagedHsmKeyInner
Package
Description
Package containing the service clients for KeyVault.
Package containing the inner data models for KeyVault.
-
Uses of ManagedHsmKeyInner in com.azure.resourcemanager.keyvault.fluent
Methods in com.azure.resourcemanager.keyvault.fluent that return ManagedHsmKeyInnerModifier and TypeMethodDescriptionManagedHsmKeysClient.createIfNotExist(String resourceGroupName, String name, String keyName, ManagedHsmKeyCreateParameters parameters) Creates the first version of a new key if it does not exist.Gets the current version of the specified key from the specified managed HSM.ManagedHsmKeysClient.getVersion(String resourceGroupName, String name, String keyName, String keyVersion) Gets the specified version of the specified key in the specified managed HSM.Methods in com.azure.resourcemanager.keyvault.fluent that return types with arguments of type ManagedHsmKeyInnerModifier and TypeMethodDescriptionManagedHsmKeysClient.createIfNotExistAsync(String resourceGroupName, String name, String keyName, ManagedHsmKeyCreateParameters parameters) Creates the first version of a new key if it does not exist.com.azure.core.http.rest.Response<ManagedHsmKeyInner> ManagedHsmKeysClient.createIfNotExistWithResponse(String resourceGroupName, String name, String keyName, ManagedHsmKeyCreateParameters parameters, com.azure.core.util.Context context) Creates the first version of a new key if it does not exist.Mono<com.azure.core.http.rest.Response<ManagedHsmKeyInner>> ManagedHsmKeysClient.createIfNotExistWithResponseAsync(String resourceGroupName, String name, String keyName, ManagedHsmKeyCreateParameters parameters) Creates the first version of a new key if it does not exist.Gets the current version of the specified key from the specified managed HSM.ManagedHsmKeysClient.getVersionAsync(String resourceGroupName, String name, String keyName, String keyVersion) Gets the specified version of the specified key in the specified managed HSM.com.azure.core.http.rest.Response<ManagedHsmKeyInner> ManagedHsmKeysClient.getVersionWithResponse(String resourceGroupName, String name, String keyName, String keyVersion, com.azure.core.util.Context context) Gets the specified version of the specified key in the specified managed HSM.Mono<com.azure.core.http.rest.Response<ManagedHsmKeyInner>> ManagedHsmKeysClient.getVersionWithResponseAsync(String resourceGroupName, String name, String keyName, String keyVersion) Gets the specified version of the specified key in the specified managed HSM.com.azure.core.http.rest.Response<ManagedHsmKeyInner> ManagedHsmKeysClient.getWithResponse(String resourceGroupName, String name, String keyName, com.azure.core.util.Context context) Gets the current version of the specified key from the specified managed HSM.Mono<com.azure.core.http.rest.Response<ManagedHsmKeyInner>> ManagedHsmKeysClient.getWithResponseAsync(String resourceGroupName, String name, String keyName) Gets the current version of the specified key from the specified managed HSM.com.azure.core.http.rest.PagedIterable<ManagedHsmKeyInner> Lists the keys in the specified managed HSM.com.azure.core.http.rest.PagedIterable<ManagedHsmKeyInner> ManagedHsmKeysClient.list(String resourceGroupName, String name, com.azure.core.util.Context context) Lists the keys in the specified managed HSM.com.azure.core.http.rest.PagedFlux<ManagedHsmKeyInner> Lists the keys in the specified managed HSM.com.azure.core.http.rest.PagedIterable<ManagedHsmKeyInner> ManagedHsmKeysClient.listVersions(String resourceGroupName, String name, String keyName) Lists the keys in the specified managed HSM.com.azure.core.http.rest.PagedIterable<ManagedHsmKeyInner> ManagedHsmKeysClient.listVersions(String resourceGroupName, String name, String keyName, com.azure.core.util.Context context) Lists the keys in the specified managed HSM.com.azure.core.http.rest.PagedFlux<ManagedHsmKeyInner> ManagedHsmKeysClient.listVersionsAsync(String resourceGroupName, String name, String keyName) Lists the keys in the specified managed HSM. -
Uses of ManagedHsmKeyInner in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return ManagedHsmKeyInnerModifier and TypeMethodDescriptionstatic ManagedHsmKeyInnerManagedHsmKeyInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedHsmKeyInner from the JsonReader.