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 SecretUpdateParametersSecretUpdateParameters. withContentType(String contentType)Set the contentType value.SecretUpdateParametersSecretUpdateParameters. withSecretAttributes(SecretAttributes secretAttributes)Set the secretAttributes value.SecretUpdateParametersSecretUpdateParameters. withTags(Map<String,String> tags)Set the tags value.
-