ExpressRouteCircuitArpTable Class
The ARP table associated with the ExpressRouteCircuit.
Constructor
ExpressRouteCircuitArpTable(*, age: int | None = None, interface: str | None = None, ip_address: str | None = None, mac_address: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
age
|
Entry age in minutes. |
interface
|
Interface address. |
ip_address
|
The IP address. |
mac_address
|
The MAC address. |
Variables
Name | Description |
---|---|
age
|
Entry age in minutes. |
interface
|
Interface address. |
ip_address
|
The IP address. |
mac_address
|
The MAC address. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python