Interface Secret.Update
-
- All Superinterfaces:
Appliable<Secret>,Indexable,Secret.UpdateStages.WithAttributes,Secret.UpdateStages.WithContentType,Secret.UpdateStages.WithTags,Secret.UpdateStages.WithValue
- Enclosing interface:
- Secret
public static interface Secret.Update extends Appliable<Secret>, Secret.UpdateStages.WithValue, Secret.UpdateStages.WithAttributes, Secret.UpdateStages.WithContentType, Secret.UpdateStages.WithTags
The template for a secret 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.Secret.UpdateStages.WithAttributes
withAttributes
-
Methods inherited from interface com.azure.resourcemanager.keyvault.models.Secret.UpdateStages.WithContentType
withContentType
-
Methods inherited from interface com.azure.resourcemanager.keyvault.models.Secret.UpdateStages.WithTags
withTags
-
Methods inherited from interface com.azure.resourcemanager.keyvault.models.Secret.UpdateStages.WithValue
withValue
-
-