TagsOperationsExtensions.DeleteAtScopeAsync メソッド

定義

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

public static System.Threading.Tasks.Task DeleteAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.ITagsOperations operations, string scope, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAtScopeAsync : Microsoft.Azure.Management.ResourceManager.ITagsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAtScopeAsync (operations As ITagsOperations, scope As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
ITagsOperations

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

scope
String

リソース スコープ。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象