ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface VirtualMachineExtension.DefinitionStages.WithTags<ParentT>
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineExtension.DefinitionStages.WithAttach<ParentT> |
withTag(String key,
String value)
Adds a tag to the virtual machine extension.
|
VirtualMachineExtension.DefinitionStages.WithAttach<ParentT> |
withTags(Map<String,String> tags)
Specifies tags for the virtual machine extension.
|
VirtualMachineExtension.DefinitionStages.WithAttach<ParentT> withTags(Map<String,String> tags)
tags - the tags to associateVirtualMachineExtension.DefinitionStages.WithAttach<ParentT> withTag(String key, String value)
key - the key for the tagvalue - the value for the tagCopyright © 2020 Microsoft Corporation. All rights reserved.