Uses of Class
com.azure.resourcemanager.keyvault.models.ManagedHsmKeyCreateParameters
Packages that use ManagedHsmKeyCreateParameters
Package
Description
Package containing the service clients for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of ManagedHsmKeyCreateParameters in com.azure.resourcemanager.keyvault.fluent
Methods in com.azure.resourcemanager.keyvault.fluent with parameters of type ManagedHsmKeyCreateParametersModifier and TypeMethodDescriptionManagedHsmKeysClient.createIfNotExist(String resourceGroupName, String name, String keyName, ManagedHsmKeyCreateParameters parameters) Creates the first version of a new key if it does not exist.ManagedHsmKeysClient.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. -
Uses of ManagedHsmKeyCreateParameters in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return ManagedHsmKeyCreateParametersModifier and TypeMethodDescriptionManagedHsmKeyCreateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedHsmKeyCreateParameters from the JsonReader.ManagedHsmKeyCreateParameters.withProperties(ManagedHsmKeyProperties properties) Set the properties property: The properties of the key to be created.Set the tags property: The tags that will be assigned to the key.