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

定義

リソースまたはサブスクリプションのタグのセット全体を削除します。

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

パラメーター

operations
ITagsOperations

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

scope
String

リソース スコープ。

適用対象