Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteCircuitArpTable
Packages that use ExpressRouteCircuitArpTable
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 ExpressRouteCircuitArpTableModifier and TypeMethodDescriptionExpressRouteCircuitsArpTableListResultInner.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 ExpressRouteCircuitArpTableModifier and TypeMethodDescriptionExpressRouteCircuitsArpTableListResultInner.withValue(List<ExpressRouteCircuitArpTable> value) Set the value property: A list of the ARP tables. -
Uses of ExpressRouteCircuitArpTable in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ExpressRouteCircuitArpTableModifier and TypeClassDescriptionfinal classThe ARP table associated with the ExpressRouteCircuit.Methods in com.azure.resourcemanager.network.models that return ExpressRouteCircuitArpTableModifier and TypeMethodDescriptionstatic ExpressRouteCircuitArpTableExpressRouteCircuitArpTable.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRouteCircuitArpTable from the JsonReader.Set the age property: Entry age in minutes.ExpressRouteCircuitArpTable.withInterfaceProperty(String interfaceProperty) Set the interfaceProperty property: Interface address.ExpressRouteCircuitArpTable.withIpAddress(String ipAddress) Set the ipAddress property: The IP address.ExpressRouteCircuitArpTable.withMacAddress(String macAddress) Set the macAddress property: The MAC address.