Uses of Interface
com.azure.resourcemanager.keyvault.models.Secret.Update
-
Packages that use Secret.Update Package Description com.azure.resourcemanager.keyvault.models Package containing the data models for KeyVaultManagementClient. -
-
Uses of Secret.Update in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return Secret.Update Modifier and Type Method Description Secret.UpdateSecret.UpdateStages.WithAttributes. withAttributes(com.azure.security.keyvault.secrets.models.SecretProperties attributes)Specifies the secret attributes.Secret.UpdateSecret.UpdateStages.WithContentType. withContentType(String contentType)Specifies the secret content type.Secret.UpdateSecret.UpdateStages.WithTags. withTags(Map<String,String> tags)Specifies the tags on the secret.Secret.UpdateSecret.UpdateStages.WithValue. withValue(String value)Specifies the new version of the value to be added.
-