public static interface Secret.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Secret.DefinitionStages.Blank
The first stage of a secret definition.
|
static interface |
Secret.DefinitionStages.WithAttributes
The stage of a secret definition allowing to specify the secret attributes.
|
static interface |
Secret.DefinitionStages.WithContentType
The stage of a secret definition allowing to specify the secret content type.
|
static interface |
Secret.DefinitionStages.WithCreate
The stage of the secret definition which contains all the minimum required inputs for
the secret to be created but also allows for any optional settings to be specified.
|
static interface |
Secret.DefinitionStages.WithTags
The stage of a secret definition allowing to specify the tags.
|
static interface |
Secret.DefinitionStages.WithValue
The stage of a secret definition allowing to specify 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.
*/