次の方法で共有


VirtualMachineImagesOperationsExtensions.ListSkusAsync メソッド

定義

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

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineImageResourceInner>> ListSkusAsync (this Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineImagesOperations operations, string location, string publisherName, string offer, System.Threading.CancellationToken cancellationToken = default);
static member ListSkusAsync : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineImagesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineImageResourceInner>>
<Extension()>
Public Function ListSkusAsync (operations As IVirtualMachineImagesOperations, location As String, publisherName As String, offer As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of VirtualMachineImageResourceInner))

パラメーター

operations
IVirtualMachineImagesOperations

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

location
String

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

publisherName
String

有効なイメージ発行元。

offer
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象