ParentT - the return type of Attachable.InDefinition.attach()public static interface VirtualMachineExtension.UpdateDefinitionStages.WithTags<ParentT>
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineExtension.UpdateDefinitionStages.WithAttach<ParentT> |
withTag(String key,
String value)
Adds a tag to the resource.
|
VirtualMachineExtension.UpdateDefinitionStages.WithAttach<ParentT> |
withTags(Map<String,String> tags)
Specifies tags for the resource as a
Map. |
VirtualMachineExtension.UpdateDefinitionStages.WithAttach<ParentT> withTags(Map<String,String> tags)
Map.tags - a Map of tagsVirtualMachineExtension.UpdateDefinitionStages.WithAttach<ParentT> 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.
*/