次の方法で共有


ResourceSkusOperationsExtensions.List メソッド

定義

サブスクリプションで使用できる Microsoft.Compute SKU の一覧を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.ResourceSku> List (this Microsoft.Azure.Management.Compute.IResourceSkusOperations operations, string filter = default, string includeExtendedLocations = default);
static member List : Microsoft.Azure.Management.Compute.IResourceSkusOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.ResourceSku>
<Extension()>
Public Function List (operations As IResourceSkusOperations, Optional filter As String = Nothing, Optional includeExtendedLocations As String = Nothing) As IPage(Of ResourceSku)

パラメーター

operations
IResourceSkusOperations

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

filter
String

操作に適用するフィルター。 現在、 場所 フィルターのみがサポートされています。

includeExtendedLocations
String

応答に拡張された場所の情報を含めるか含めないようにします。

戻り値

適用対象