次の方法で共有


VirtualMachineImagesOperationsExtensions.ListByEdgeZoneAsync メソッド

定義

指定したエッジ ゾーンのすべての仮想マシン イメージ バージョンの一覧を取得します

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.VmImagesInEdgeZoneListResult> ListByEdgeZoneAsync (this Microsoft.Azure.Management.Compute.IVirtualMachineImagesOperations operations, string location, string edgeZone, System.Threading.CancellationToken cancellationToken = default);
static member ListByEdgeZoneAsync : Microsoft.Azure.Management.Compute.IVirtualMachineImagesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.VmImagesInEdgeZoneListResult>
<Extension()>
Public Function ListByEdgeZoneAsync (operations As IVirtualMachineImagesOperations, location As String, edgeZone As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VmImagesInEdgeZoneListResult)

パラメーター

operations
IVirtualMachineImagesOperations

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

location
String

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

edgeZone
String

エッジ ゾーンの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象