TagsOperationsExtensions.GetAtScopeAsync メソッド

定義

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

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

パラメーター

operations
ITagsOperations

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

scope
String

リソース スコープ。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象