primaryAzurePort
Get the primaryAzurePort property: The name of the primary port.
- Returns:
- the primaryAzurePort value.
com.azure.json.JsonSerializable<ExpressRouteProviderPortProperties>fromJson(com.azure.json.JsonReader jsonReader) com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()withOverprovisionFactor(Integer overprovisionFactor) withPeeringLocation(String peeringLocation) withPortBandwidthInMbps(Integer portBandwidthInMbps) withRemainingBandwidthInMbps(Integer remainingBandwidthInMbps) withUsedBandwidthInMbps(Integer usedBandwidthInMbps) clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoJson, toJson, toJsonBytes, toJsonStringpeeringLocation - the peeringLocation value to set.overprovisionFactor - the overprovisionFactor value to set.portBandwidthInMbps - the portBandwidthInMbps value to set.usedBandwidthInMbps - the usedBandwidthInMbps value to set.remainingBandwidthInMbps - the remainingBandwidthInMbps value to set.IllegalArgumentException - thrown if the instance is not valid.toJson in interface com.azure.json.JsonSerializable<ExpressRouteProviderPortProperties>IOExceptionjsonReader - The JsonReader being read.IOException - If an error occurs while reading the ExpressRouteProviderPortProperties.