VmImagesInEdgeZoneListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The List VmImages in EdgeZone operation response.
public class VmImagesInEdgeZoneListResult
type VmImagesInEdgeZoneListResult = class
Public Class VmImagesInEdgeZoneListResult
- Inheritance
-
VmImagesInEdgeZoneListResult
Constructors
VmImagesInEdgeZoneListResult() |
Initializes a new instance of the VmImagesInEdgeZoneListResult class. |
VmImagesInEdgeZoneListResult(IList<VirtualMachineImageResource>, String) |
Initializes a new instance of the VmImagesInEdgeZoneListResult class. |
Properties
NextLink |
Gets or sets the URI to fetch the next page of VMImages in EdgeZone. Call ListNext() with this URI to fetch the next page of VmImages. |
Value |
Gets or sets the list of VMImages in EdgeZone |
Applies to
Azure SDK for .NET