Package version:

Interface VmImagesInEdgeZoneListResult

The List VmImages in EdgeZone operation response.

interface VmImagesInEdgeZoneListResult {
    nextLink?: string;
    value?: VirtualMachineImageResource[];
}

Properties

Properties

nextLink?: string

The URI to fetch the next page of VMImages in EdgeZone. Call ListNext() with this URI to fetch the next page of VmImages.

The list of VMImages in EdgeZone