Uses of Class
com.azure.resourcemanager.keyvault.models.KeyCreateParameters
Packages that use KeyCreateParameters
Package
Description
Package containing the service clients for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of KeyCreateParameters in com.azure.resourcemanager.keyvault.fluent
Methods in com.azure.resourcemanager.keyvault.fluent with parameters of type KeyCreateParametersModifier and TypeMethodDescriptionKeysClient.createIfNotExist(String resourceGroupName, String vaultName, String keyName, KeyCreateParameters parameters) Creates the first version of a new key if it does not exist.KeysClient.createIfNotExistAsync(String resourceGroupName, String vaultName, String keyName, KeyCreateParameters parameters) Creates the first version of a new key if it does not exist.com.azure.core.http.rest.Response<KeyInner> KeysClient.createIfNotExistWithResponse(String resourceGroupName, String vaultName, String keyName, KeyCreateParameters parameters, com.azure.core.util.Context context) Creates the first version of a new key if it does not exist.KeysClient.createIfNotExistWithResponseAsync(String resourceGroupName, String vaultName, String keyName, KeyCreateParameters parameters) Creates the first version of a new key if it does not exist. -
Uses of KeyCreateParameters in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return KeyCreateParametersModifier and TypeMethodDescriptionstatic KeyCreateParametersKeyCreateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KeyCreateParameters from the JsonReader.KeyCreateParameters.withProperties(KeyProperties 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.