Uses of Interface
com.azure.resourcemanager.keyvault.models.Key.Update
-
Packages that use Key.Update Package Description com.azure.resourcemanager.keyvault.models Package containing the data models for KeyVaultManagementClient. -
-
Uses of Key.Update in com.azure.resourcemanager.keyvault.models
Subinterfaces of Key.Update in com.azure.resourcemanager.keyvault.models Modifier and Type Interface Description static interfaceKey.UpdateWithCreateThe template for a key vault update operation, with a new key version to be created.static interfaceKey.UpdateWithImportThe template for a key vault update operation, with a new key version to be imported.Methods in com.azure.resourcemanager.keyvault.models that return Key.Update Modifier and Type Method Description Key.UpdateKey.UpdateStages.WithAttributes. withAttributes(com.azure.security.keyvault.keys.models.KeyProperties attributes)Specifies the attributes of the key.Key.UpdateKey.UpdateStages.WithKeyOperations. withKeyOperations(com.azure.security.keyvault.keys.models.KeyOperation... keyOperations)Specifies the list of allowed key operations.Key.UpdateKey.UpdateStages.WithKeyOperations. withKeyOperations(List<com.azure.security.keyvault.keys.models.KeyOperation> keyOperations)Specifies the list of allowed key operations.Key.UpdateKey.UpdateStages.WithTags. withTags(Map<String,String> tags)Specifies the tags on the key.
-