Uses of Class
com.azure.resourcemanager.network.models.ExpressRouteServiceProviderBandwidthsOffered
-
Packages that use ExpressRouteServiceProviderBandwidthsOffered 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 ExpressRouteServiceProviderBandwidthsOffered in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ExpressRouteServiceProviderBandwidthsOffered Modifier and Type Method Description List<ExpressRouteServiceProviderBandwidthsOffered>ExpressRouteServiceProviderInner. bandwidthsOffered()Get the bandwidthsOffered property: A list of bandwidths offered.List<ExpressRouteServiceProviderBandwidthsOffered>ExpressRouteServiceProviderPropertiesFormat. bandwidthsOffered()Get the bandwidthsOffered property: A list of bandwidths offered.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ExpressRouteServiceProviderBandwidthsOffered Modifier and Type Method Description ExpressRouteServiceProviderInnerExpressRouteServiceProviderInner. withBandwidthsOffered(List<ExpressRouteServiceProviderBandwidthsOffered> bandwidthsOffered)Set the bandwidthsOffered property: A list of bandwidths offered.ExpressRouteServiceProviderPropertiesFormatExpressRouteServiceProviderPropertiesFormat. withBandwidthsOffered(List<ExpressRouteServiceProviderBandwidthsOffered> bandwidthsOffered)Set the bandwidthsOffered property: A list of bandwidths offered. -
Uses of ExpressRouteServiceProviderBandwidthsOffered in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ExpressRouteServiceProviderBandwidthsOffered Modifier and Type Method Description ExpressRouteServiceProviderBandwidthsOfferedExpressRouteServiceProviderBandwidthsOffered. withOfferName(String offerName)Set the offerName property: The OfferName.ExpressRouteServiceProviderBandwidthsOfferedExpressRouteServiceProviderBandwidthsOffered. withValueInMbps(Integer valueInMbps)Set the valueInMbps property: The ValueInMbps.
-