Share via


SubnetListResult Constructors

Definition

Overloads

SubnetListResult()

Initializes a new instance of the SubnetListResult class.

SubnetListResult(IList<Subnet>, String)

Initializes a new instance of the SubnetListResult class.

SubnetListResult()

Initializes a new instance of the SubnetListResult class.

public SubnetListResult ();
Public Sub New ()

Applies to

SubnetListResult(IList<Subnet>, String)

Initializes a new instance of the SubnetListResult class.

public SubnetListResult (System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.Subnet> value = default, string nextLink = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubnetListResult : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.Subnet> * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubnetListResult
Public Sub New (Optional value As IList(Of Subnet) = Nothing, Optional nextLink As String = Nothing)

Parameters

value
IList<Subnet>

The subnets in a virtual network.

nextLink
String

The URL to get the next set of results.

Applies to