public static interface Secret.DefinitionStages.WithTags
| Modifier and Type | Method and Description |
|---|---|
Secret.DefinitionStages.WithCreate |
withTags(Map<String,String> tags)
Specifies the tags on the secret.
|
Secret.DefinitionStages.WithCreate withTags(Map<String,String> tags)
tags - the key value pair of the tags/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/