Uses of Class
com.azure.resourcemanager.network.fluent.models.ExpressRoutePortPropertiesFormat
Packages that use ExpressRoutePortPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ExpressRoutePortPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type ExpressRoutePortPropertiesFormatModifier and TypeClassDescriptionfinal classExpressRoutePort Properties Properties specific to ExpressRoutePort resources.Methods in com.azure.resourcemanager.network.fluent.models that return ExpressRoutePortPropertiesFormatModifier and TypeMethodDescriptionExpressRoutePortPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressRoutePortPropertiesFormat from the JsonReader.ExpressRoutePortPropertiesFormat.withBandwidthInGbps(Integer bandwidthInGbps) Set the bandwidthInGbps property: Bandwidth of procured ports in Gbps.ExpressRoutePortPropertiesFormat.withBillingType(ExpressRoutePortsBillingType billingType) Set the billingType property: The billing type of the ExpressRoutePort resource.ExpressRoutePortPropertiesFormat.withEncapsulation(ExpressRoutePortsEncapsulation encapsulation) Set the encapsulation property: Encapsulation method on physical ports.ExpressRoutePortPropertiesFormat.withLinks(List<ExpressRouteLinkInner> links) Set the links property: The set of physical links of the ExpressRoutePort resource.ExpressRoutePortPropertiesFormat.withPeeringLocation(String peeringLocation) Set the peeringLocation property: The name of the peering location that the ExpressRoutePort is mapped to physically.