public static interface VirtualMachineExtension.UpdateStages.WithTags
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineExtension.Update |
withoutTag(String key)
Removes a tag from the virtual machine extension.
|
VirtualMachineExtension.Update |
withTag(String key,
String value)
Adds a tag to the virtual machine extension.
|
VirtualMachineExtension.Update |
withTags(Map<String,String> tags)
Specifies tags for the virtual machine extension as a
Map. |
VirtualMachineExtension.Update withTags(Map<String,String> tags)
Map.tags - a Map of tagsVirtualMachineExtension.Update withTag(String key, String value)
key - the key for the tagvalue - the value for the tagVirtualMachineExtension.Update withoutTag(String key)
key - the key of the tag to remove/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/