VmImagesInEdgeZoneListResult interface
The List VmImages in EdgeZone operation response.
Properties
next |
The URI to fetch the next page of VMImages in EdgeZone. Call ListNext() with this URI to fetch the next page of VmImages. |
value | The list of VMImages in EdgeZone |
Property Details
nextLink
The URI to fetch the next page of VMImages in EdgeZone. Call ListNext() with this URI to fetch the next page of VmImages.
nextLink?: string
Property Value
string
value
The list of VMImages in EdgeZone
value?: VirtualMachineImageResource[]