ProvidersOperationsExtensions.GetAtTenantScope メソッド

定義

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

public static Microsoft.Azure.Management.ResourceManager.Models.Provider GetAtTenantScope (this Microsoft.Azure.Management.ResourceManager.IProvidersOperations operations, string resourceProviderNamespace, string expand = default);
static member GetAtTenantScope : Microsoft.Azure.Management.ResourceManager.IProvidersOperations * string * string -> Microsoft.Azure.Management.ResourceManager.Models.Provider
<Extension()>
Public Function GetAtTenantScope (operations As IProvidersOperations, resourceProviderNamespace As String, Optional expand As String = Nothing) As Provider

パラメーター

operations
IProvidersOperations

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

resourceProviderNamespace
String

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

expand
String

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

戻り値

適用対象