次の方法で共有


ComputeExtensions.GetVirtualMachineImagesEdgeZones メソッド

定義

オーバーロード

GetVirtualMachineImagesEdgeZones(SubscriptionResource, AzureLocation, String, String, String, String, String, Nullable<Int32>, String, CancellationToken)

指定した場所、エッジ ゾーン、パブリッシャー、オファー、SKU のすべての仮想マシン イメージ バージョンの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions
  • 操作IdVirtualMachineImagesEdgeZone_List
GetVirtualMachineImagesEdgeZones(SubscriptionResource, SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions, CancellationToken)

指定した場所、エッジ ゾーン、パブリッシャー、オファー、SKU のすべての仮想マシン イメージ バージョンの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions
  • 操作IdVirtualMachineImagesEdgeZone_List

GetVirtualMachineImagesEdgeZones(SubscriptionResource, AzureLocation, String, String, String, String, String, Nullable<Int32>, String, CancellationToken)

指定した場所、エッジ ゾーン、パブリッシャー、オファー、SKU のすべての仮想マシン イメージ バージョンの一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions
  • 操作IdVirtualMachineImagesEdgeZone_List
public static Azure.Pageable<Azure.ResourceManager.Compute.Models.VirtualMachineImageBase> GetVirtualMachineImagesEdgeZones (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string edgeZone, string publisherName, string offer, string skus, string expand = default, int? top = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);
static member GetVirtualMachineImagesEdgeZones : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string * string * string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.Models.VirtualMachineImageBase>
<Extension()>
Public Function GetVirtualMachineImagesEdgeZones (subscriptionResource As SubscriptionResource, location As AzureLocation, edgeZone 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 Pageable(Of VirtualMachineImageBase)

パラメーター

subscriptionResource
SubscriptionResource

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

location
AzureLocation

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

edgeZone
String

エッジ ゾーンの名前。

publisherName
String

有効なイメージ発行元。

offer
String

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

skus
String

有効なイメージ SKU。

expand
String

操作に適用する展開式。

top
Nullable<Int32>

指定した値と一致する、返すイメージの数を指定する整数値。

orderby
String

返される結果の順序を指定します。 OData クエリとして書式設定されます。

cancellationToken
CancellationToken

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

戻り値

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

例外

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

edgeZonepublisherNameoffer、または skus が null です。

適用対象

GetVirtualMachineImagesEdgeZones(SubscriptionResource, SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions, CancellationToken)

指定した場所、エッジ ゾーン、パブリッシャー、オファー、SKU のすべての仮想マシン イメージ バージョンの一覧を取得します。

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

パラメーター

subscriptionResource
SubscriptionResource

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

options
SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions

LRO 修飾子と要求コンテキスト パラメーターを除く、このメソッドのすべてのパラメーターを含むプロパティ バッグ。

cancellationToken
CancellationToken

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

戻り値

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

例外

options が null です。

適用対象