public static interface Secret.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Secret.UpdateStages.WithAttributes
The stage of a secret update allowing to specify the secret attributes.
|
static interface |
Secret.UpdateStages.WithContentType
The stage of a secret update allowing to set the content type of the secret.
|
static interface |
Secret.UpdateStages.WithTags
The stage of a secret update allowing to specify the tags.
|
static interface |
Secret.UpdateStages.WithValue
The stage of a secret update allowing to create a new version of the secret value.
|
static interface |
Secret.UpdateStages.WithVersion
The stage of a secret update allowing to set the secret to a different version.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/