VmImagesInEdgeZoneListResult Class
The List VmImages in EdgeZone operation response.
Constructor
VmImagesInEdgeZoneListResult(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
value
|
The list of VMImages in EdgeZone. |
|
next_link
|
The URI to fetch the next page of VMImages in EdgeZone. Call ListNext() with this URI to fetch the next page of VmImages. |
Attributes
next_link
The URI to fetch the next page of VMImages in EdgeZone. Call ListNext() with this URI to fetch the next page of VmImages.
next_link: str | None
value
The list of VMImages in EdgeZone.
value: list['_models.VirtualMachineImageResource'] | None