ProviderResourceTypesOperationsExtensions.List メソッド

定義

指定したリソース プロバイダーのリソースの種類を一覧表示します。

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

パラメーター

operations
IProviderResourceTypesOperations

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

resourceProviderNamespace
String

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

expand
String

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

戻り値

適用対象