次の方法で共有


VirtualMachineImagesEdgeZoneOperationsExtensions.GetAsync メソッド

定義

エッジ ゾーン内の仮想マシン イメージを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.VirtualMachineImage> GetAsync (this Microsoft.Azure.Management.Compute.IVirtualMachineImagesEdgeZoneOperations operations, string location, string edgeZone, string publisherName, string offer, string skus, string version, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.IVirtualMachineImagesEdgeZoneOperations * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.VirtualMachineImage>
<Extension()>
Public Function GetAsync (operations As IVirtualMachineImagesEdgeZoneOperations, location As String, edgeZone As String, publisherName As String, offer As String, skus As String, version As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VirtualMachineImage)

パラメーター

operations
IVirtualMachineImagesEdgeZoneOperations

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

location
String

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

edgeZone
String

エッジ ゾーンの名前。

publisherName
String

有効なイメージ発行元。

offer
String

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

skus
String

有効なイメージ SKU。

version
String

有効なイメージ SKU バージョン。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象