TagsOperationsExtensions.Delete(ITagsOperations, String) メソッド

定義

定義済みのタグ名を削除します。

public static void Delete (this Microsoft.Azure.Management.ResourceManager.ITagsOperations operations, string tagName);
static member Delete : Microsoft.Azure.Management.ResourceManager.ITagsOperations * string -> unit
<Extension()>
Public Sub Delete (operations As ITagsOperations, tagName As String)

パラメーター

operations
ITagsOperations

この拡張メソッドの操作グループ。

tagName
String

タグの名前。

注釈

この操作により、指定されたサブスクリプションの定義済みのタグ名の一覧から名前を削除できます。 削除される名前は、どのリソースのタグ名としても使用することはできません。 指定された名前のすべての定義済み値は既に削除されている必要があります。

適用対象