ExpressRouteCircuitArpTable 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
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
- interfaceProperty
- String
Interface address.
- ipAddress
- String
The IP address.
- macAddress
- String
The MAC address.