TagsClient.CreateTag(String, List<String>) Method

Definition

public Microsoft.Azure.Commands.ResourceManager.Common.Tags.PSTag CreateTag (string tag, System.Collections.Generic.List<string> values);
member this.CreateTag : string * System.Collections.Generic.List<string> -> Microsoft.Azure.Commands.ResourceManager.Common.Tags.PSTag
Public Function CreateTag (tag As String, values As List(Of String)) As PSTag

Parameters

tag
String
values
List<String>

Returns

Applies to