| Package | Description |
|---|---|
| com.azure.resourcemanager.keyvault.models |
Package containing the data models for KeyVaultManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Secret.Definition
Container interface for all the definitions.
|
| Modifier and Type | Method and Description |
|---|---|
Secret.DefinitionStages.WithCreate |
Secret.DefinitionStages.WithAttributes.withAttributes(com.azure.security.keyvault.secrets.models.SecretProperties attributes)
Specifies the secret attributes.
|
Secret.DefinitionStages.WithCreate |
Secret.DefinitionStages.WithContentType.withContentType(String contentType)
Specifies the secret content type.
|
Secret.DefinitionStages.WithCreate |
Secret.DefinitionStages.WithTags.withTags(Map<String,String> tags)
Specifies the tags on the secret.
|
Secret.DefinitionStages.WithCreate |
Secret.DefinitionStages.WithValue.withValue(String value)
Specifies the secret value.
|
Copyright © 2020. All rights reserved.