| 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.microsoft.azure.keyvault.models.Attributes 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/