ProvidersOperationsExtensions.ListAtTenantScope メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テナントのすべてのリソース プロバイダーを取得します。
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.Provider> ListAtTenantScope (this Microsoft.Azure.Management.ResourceManager.IProvidersOperations operations, int? top = default, string expand = default);
static member ListAtTenantScope : Microsoft.Azure.Management.ResourceManager.IProvidersOperations * Nullable<int> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.Provider>
<Extension()>
Public Function ListAtTenantScope (operations As IProvidersOperations, Optional top As Nullable(Of Integer) = Nothing, Optional expand As String = Nothing) As IPage(Of Provider)
パラメーター
- operations
- IProvidersOperations
この拡張メソッドの操作グループ。
- expand
- String
結果に含めるプロパティ。 たとえば、クエリ文字列で $expand=metadata を使用 &して、リソース プロバイダーのメタデータを取得します。 応答にプロパティ エイリアスを含めるには、$expand=resourceTypes/aliases を使用します。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET