Uses of Class
com.microsoft.azure.keyvault.models.SecretUpdateParameters
-
Packages that use SecretUpdateParameters Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of SecretUpdateParameters in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return SecretUpdateParameters Modifier and Type Method Description SecretUpdateParameters
SecretUpdateParameters. withContentType(String contentType)
Set the contentType value.SecretUpdateParameters
SecretUpdateParameters. withSecretAttributes(SecretAttributes secretAttributes)
Set the secretAttributes value.SecretUpdateParameters
SecretUpdateParameters. withTags(Map<String,String> tags)
Set the tags value.
-