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.
|
VirtualMachineExtension.Update withTags(Map<String,String> tags)
tags - tags indexed by nameVirtualMachineExtension.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 removeCopyright © 2020 Microsoft Corporation. All rights reserved.