Interface VirtualMachineExtension.DefinitionStages.WithTags<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
VirtualMachineExtension.Definition<ParentT>,VirtualMachineExtension.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
VirtualMachineExtension.DefinitionStages
public static interface VirtualMachineExtension.DefinitionStages.WithTags<ParentT>
The stage of the virtual machine extension definition allowing to specify the tags.
-
Method Summary
Modifier and TypeMethodDescriptionAdds a tag to the virtual machine extension.Specifies tags for the virtual machine extension.
-
Method Details
-
withTags
Specifies tags for the virtual machine extension.- Parameters:
tags- the tags to associate- Returns:
- the next stage of the definition
-
withTag
Adds a tag to the virtual machine extension.- Parameters:
key- the key for the tagvalue- the value for the tag- Returns:
- the next stage of the definition
-