Package | Description |
---|---|
com.microsoft.azure.management.keyvault |
This package contains the classes for KeyVaultManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Secret.Update |
Secret.UpdateStages.WithAttributes.withAttributes(com.microsoft.azure.keyvault.models.Attributes attributes)
Specifies the secret attributes.
|
Secret.Update |
Secret.UpdateStages.WithContentType.withContentType(String contentType)
Specifies the secret content type.
|
Secret.Update |
Secret.UpdateStages.WithTags.withTags(Map<String,String> tags)
Specifies the tags on the secret.
|
Secret.Update |
Secret.UpdateStages.WithValue.withValue(String value)
Specifies the new version of the value to be added.
|
Secret.Update |
Secret.UpdateStages.WithVersion.withVersion(String version)
Specifies the version the secret show use.
|
Copyright © 2019. All rights reserved.