ProvidersOperationsExtensions.GetAtTenantScopeAsync メソッド

定義

テナント レベルで指定されたリソース プロバイダーを取得します。

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

パラメーター

operations
IProvidersOperations

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

resourceProviderNamespace
String

リソース プロバイダーの名前空間。

expand
String

$expand クエリ パラメーター。 たとえば、応答にプロパティ エイリアスを含めるには、$expand=resourceTypes/aliases を使用します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象