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