Share via


ExpressRouteCircuitArpTable Constructors

Definition

Overloads

ExpressRouteCircuitArpTable()

Initializes a new instance of the ExpressRouteCircuitArpTable class.

ExpressRouteCircuitArpTable(Nullable<Int32>, String, String, String)

Initializes a new instance of the ExpressRouteCircuitArpTable class.

ExpressRouteCircuitArpTable()

Initializes a new instance of the ExpressRouteCircuitArpTable class.

public ExpressRouteCircuitArpTable ();
Public Sub New ()

Applies to

ExpressRouteCircuitArpTable(Nullable<Int32>, String, String, String)

Initializes a new instance of the ExpressRouteCircuitArpTable class.

public ExpressRouteCircuitArpTable (int? age = default, string interfaceProperty = default, string ipAddress = default, string macAddress = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitArpTable : Nullable<int> * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitArpTable
Public Sub New (Optional age As Nullable(Of Integer) = Nothing, Optional interfaceProperty As String = Nothing, Optional ipAddress As String = Nothing, Optional macAddress As String = Nothing)

Parameters

age
Nullable<Int32>

Entry age in minutes.

interfaceProperty
String

Interface address.

ipAddress
String

The IP address.

macAddress
String

The MAC address.

Applies to