次の方法で共有


ComputeExtensions.GetVirtualMachineImageSkusAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus
  • 操作IdVirtualMachineImages_ListSkus
public static Azure.AsyncPageable<Azure.ResourceManager.Compute.Models.VirtualMachineImageBase> GetVirtualMachineImageSkusAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string publisherName, string offer, System.Threading.CancellationToken cancellationToken = default);
static member GetVirtualMachineImageSkusAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.Models.VirtualMachineImageBase>
<Extension()>
Public Function GetVirtualMachineImageSkusAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, publisherName As String, offer As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineImageBase)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

location
AzureLocation

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

publisherName
String

有効なイメージ発行元。

offer
String

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

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の VirtualMachineImageBase サービス要求を受け取る可能性がある の非同期コレクション。

例外

publisherName または offer が空の文字列であり、空でないと想定されていました。

publisherName または offer が null です。

適用対象