Interface Key.Update
-
- All Superinterfaces:
Appliable<Key>,Indexable,Key.UpdateStages.WithAttributes,Key.UpdateStages.WithKey,Key.UpdateStages.WithKeyOperations,Key.UpdateStages.WithTags
- All Known Subinterfaces:
Key.UpdateWithCreate,Key.UpdateWithImport
- Enclosing interface:
- Key
public static interface Key.Update extends Appliable<Key>, Key.UpdateStages.WithKey, Key.UpdateStages.WithKeyOperations, Key.UpdateStages.WithAttributes, Key.UpdateStages.WithTags
The template for a key update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.keyvault.models.Key.UpdateStages.WithAttributes
withAttributes
-
Methods inherited from interface com.azure.resourcemanager.keyvault.models.Key.UpdateStages.WithKey
withKeyTypeToCreate, withLocalKeyToImport
-
Methods inherited from interface com.azure.resourcemanager.keyvault.models.Key.UpdateStages.WithKeyOperations
withKeyOperations, withKeyOperations
-
Methods inherited from interface com.azure.resourcemanager.keyvault.models.Key.UpdateStages.WithTags
withTags
-
-