T - the type of the resource being updatepublic static interface UpdatableWithTags.UpdateWithTags<T>
| Modifier and Type | Method and Description |
|---|---|
AppliableWithTags<T> |
withoutTag(String key)
Removes a tag from the resource.
|
AppliableWithTags<T> |
withTag(String key,
String value)
Adds a tag to the resource.
|
AppliableWithTags<T> |
withTags(Map<String,String> tags)
Specifies tags for the resource as a
Map. |
AppliableWithTags<T> withTags(Map<String,String> tags)
Map.tags - a Map of tagsAppliableWithTags<T> withTag(String key, String value)
key - the key for the tagvalue - the value for the tagAppliableWithTags<T> withoutTag(String key)
key - the key of the tag to removeCopyright © 2020 Microsoft Corporation. All rights reserved.