Udostępnij przez


NetworkInterfaceListResult Constructors

Definition

Overloads

Name Description
NetworkInterfaceListResult()

Initializes a new instance of the NetworkInterfaceListResult class.

NetworkInterfaceListResult(IList<NetworkInterface>, String)

Initializes a new instance of the NetworkInterfaceListResult class.

NetworkInterfaceListResult()

Initializes a new instance of the NetworkInterfaceListResult class.

public NetworkInterfaceListResult();
Public Sub New ()

Applies to

NetworkInterfaceListResult(IList<NetworkInterface>, String)

Initializes a new instance of the NetworkInterfaceListResult class.

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

Parameters

value
IList<NetworkInterface>

A list of network interfaces in a resource group.

nextLink
String

The URL to get the next set of results.

Applies to