次の方法で共有


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

Definition

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

Parameters

tag
String
values
List<String>

Returns

Applies to