SubnetListResult 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
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
- nextLink
- String
The URL to get the next set of results.