Uses of Class
com.microsoft.azure.keyvault.models.SecretProperties
-
Packages that use SecretProperties Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of SecretProperties in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return SecretProperties Modifier and Type Method Description SecretProperties
CertificatePolicy. secretProperties()
Get the secretProperties value.SecretProperties
SecretProperties. withContentType(String contentType)
Set the contentType value.Methods in com.microsoft.azure.keyvault.models with parameters of type SecretProperties Modifier and Type Method Description CertificatePolicy
CertificatePolicy. withSecretProperties(SecretProperties secretProperties)
Set the secretProperties value.
-