VmImagesInEdgeZoneListResult Class
The List VmImages in EdgeZone operation response.
Constructor
VmImagesInEdgeZoneListResult(*, value: list['_models.VirtualMachineImageResource'] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
value
|
The list of VMImages in EdgeZone. Default value: None
|
|
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. Default value: None
|
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. |