T - the type of the next stage resource updatepublic static interface Resource.UpdateWithTags<T>
| Modifier and Type | Method and Description |
|---|---|
T |
withoutTag(String key)
Removes a tag from the resource.
|
T |
withTag(String key,
String value)
Adds a tag to the resource.
|
T |
withTags(Map<String,String> tags)
Specifies tags for the resource as a
Map. |
T withTags(Map<String,String> tags)
Map.tags - a Map of tagsT withTag(String key, String value)
key - the key for the tagvalue - the value for the tag/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/