IWithTags.WithTag(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a tag to the virtual machine extension.
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Update.IUpdate WithTag (string key, string value);
abstract member WithTag : string * string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineExtension.Update.IUpdate
Public Function WithTag (key As String, value As String) As IUpdate
Parameters
- key
- System.String
The key for the tag.
- value
- System.String
The value for the tag.