Interface VirtualMachineExtension.UpdateStages.WithTags
- All Known Subinterfaces:
VirtualMachineExtension.Update
- Enclosing interface:
VirtualMachineExtension.UpdateStages
public static interface VirtualMachineExtension.UpdateStages.WithTags
The stage of the virtual machine extension update allowing to add or update tags.
-
Method Summary
Modifier and TypeMethodDescriptionwithoutTag(String key) Removes a tag from the virtual machine extension.Adds 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- tags indexed by name- Returns:
- the next stage of the update
-
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 update
-
withoutTag
Removes a tag from the virtual machine extension.- Parameters:
key- the key of the tag to remove- Returns:
- the next stage of the update
-