次の方法で共有


VirtualMachineImagesOperationsExtensions.ListByEdgeZone メソッド

定義

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

public static Microsoft.Azure.Management.Compute.Models.VmImagesInEdgeZoneListResult ListByEdgeZone (this Microsoft.Azure.Management.Compute.IVirtualMachineImagesOperations operations, string location, string edgeZone);
static member ListByEdgeZone : Microsoft.Azure.Management.Compute.IVirtualMachineImagesOperations * string * string -> Microsoft.Azure.Management.Compute.Models.VmImagesInEdgeZoneListResult
<Extension()>
Public Function ListByEdgeZone (operations As IVirtualMachineImagesOperations, location As String, edgeZone As String) As VmImagesInEdgeZoneListResult

パラメーター

operations
IVirtualMachineImagesOperations

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

location
String

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

edgeZone
String

エッジ ゾーンの名前。

戻り値

適用対象