VmImagesInEdgeZoneListResult Constructors
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.
Overloads
VmImagesInEdgeZoneListResult() |
Initializes a new instance of the VmImagesInEdgeZoneListResult class. |
VmImagesInEdgeZoneListResult(IList<VirtualMachineImageResource>, String) |
Initializes a new instance of the VmImagesInEdgeZoneListResult class. |
VmImagesInEdgeZoneListResult()
Initializes a new instance of the VmImagesInEdgeZoneListResult class.
public VmImagesInEdgeZoneListResult ();
Public Sub New ()
Applies to
VmImagesInEdgeZoneListResult(IList<VirtualMachineImageResource>, String)
Initializes a new instance of the VmImagesInEdgeZoneListResult class.
public VmImagesInEdgeZoneListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource> value = default, string nextLink = default);
new Microsoft.Azure.Management.Compute.Models.VmImagesInEdgeZoneListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource> * string -> Microsoft.Azure.Management.Compute.Models.VmImagesInEdgeZoneListResult
Public Sub New (Optional value As IList(Of VirtualMachineImageResource) = Nothing, Optional nextLink As String = Nothing)
Parameters
- value
- IList<VirtualMachineImageResource>
The list of VMImages in EdgeZone
- 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.
Applies to
Azure SDK for .NET