VirtualMachineImagesOperationsExtensions.ListByEdgeZone Method

Definition

Gets a list of all virtual machine image versions for the specified edge zone

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

Parameters

operations
IVirtualMachineImagesOperations

The operations group for this extension method.

location
String

The name of a supported Azure region.

edgeZone
String

The name of the edge zone.

Returns

Applies to