次の方法で共有


ResourceSkusOperationsExtensions.ListAsync メソッド

定義

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

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

パラメーター

operations
IResourceSkusOperations

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

filter
String

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

includeExtendedLocations
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象