Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteCircuitArpTable
-
Packages that use ExpressRouteCircuitArpTable Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ExpressRouteCircuitArpTable in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ExpressRouteCircuitArpTable Modifier and Type Method Description List<ExpressRouteCircuitArpTable>ExpressRouteCircuitsArpTableListResultInner. value()Get the value property: A list of the ARP tables.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ExpressRouteCircuitArpTable Modifier and Type Method Description ExpressRouteCircuitsArpTableListResultInnerExpressRouteCircuitsArpTableListResultInner. withValue(List<ExpressRouteCircuitArpTable> value)Set the value property: A list of the ARP tables. -
Uses of ExpressRouteCircuitArpTable in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ExpressRouteCircuitArpTable Modifier and Type Method Description ExpressRouteCircuitArpTableExpressRouteCircuitArpTable. withAge(Integer age)Set the age property: Entry age in minutes.ExpressRouteCircuitArpTableExpressRouteCircuitArpTable. withInterfaceProperty(String interfaceProperty)Set the interfaceProperty property: Interface address.ExpressRouteCircuitArpTableExpressRouteCircuitArpTable. withIpAddress(String ipAddress)Set the ipAddress property: The IP address.ExpressRouteCircuitArpTableExpressRouteCircuitArpTable. withMacAddress(String macAddress)Set the macAddress property: The MAC address.
-