次の方法で共有


VirtualMachineImagesOperationsExtensions.ListAsync メソッド

定義

指定した場所、発行元、オファー、SKU のすべての仮想マシン イメージ バージョンの一覧を取得します。

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource>> ListAsync (this Microsoft.Azure.Management.Compute.IVirtualMachineImagesOperations operations, string location, string publisherName, string offer, string skus, string expand = default, int? top = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Compute.IVirtualMachineImagesOperations * string * string * string * string * string * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource>>
<Extension()>
Public Function ListAsync (operations As IVirtualMachineImagesOperations, location As String, publisherName As String, offer As String, skus As String, Optional expand As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional orderby As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of VirtualMachineImageResource))

パラメーター

operations
IVirtualMachineImagesOperations

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

location
String

サポートされている Azure リージョンの名前。

publisherName
String

有効なイメージ発行元。

offer
String

有効なイメージ発行元オファー。

skus
String

有効なイメージ SKU。

expand
String

操作に適用する展開式。

orderby
String
cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象