| Package | Description |
|---|---|
| com.azure.resourcemanager.keyvault.models |
Package containing the data models for KeyVaultManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Secret.Update |
Secret.UpdateStages.WithAttributes.withAttributes(com.azure.security.keyvault.secrets.models.SecretProperties 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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.