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

定義

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

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

パラメーター

operations
ITagsOperations

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

tagName
String

タグの名前。

tagValue
String

削除するタグの値。

注釈

この操作により、既存の定義済みタグ名の定義済み値の一覧から値を削除できます。 削除される値は、任意のリソースの指定されたタグ名のタグ値として使用することはできません。

適用対象