Uses of Class
odata.msgraph.client.beta.complex.DeliveryOptimizationBandwidth
-
Packages that use DeliveryOptimizationBandwidth Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of DeliveryOptimizationBandwidth in odata.msgraph.client.beta.complex
Subclasses of DeliveryOptimizationBandwidth in odata.msgraph.client.beta.complex Modifier and Type Class Description classDeliveryOptimizationBandwidthAbsolute“Bandwidth limits in kilobytes per second.”classDeliveryOptimizationBandwidthHoursWithPercentage“Bandwidth limit as a percentage with business hours.”classDeliveryOptimizationBandwidthPercentage“Bandwidth limits specified as a percentage.”Methods in odata.msgraph.client.beta.complex that return DeliveryOptimizationBandwidth Modifier and Type Method Description DeliveryOptimizationBandwidthDeliveryOptimizationBandwidth. withUnmappedField(String name, String value) -
Uses of DeliveryOptimizationBandwidth in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeliveryOptimizationBandwidth Modifier and Type Field Description protected DeliveryOptimizationBandwidthWindowsDeliveryOptimizationConfiguration. bandwidthModeMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeliveryOptimizationBandwidth Modifier and Type Method Description Optional<DeliveryOptimizationBandwidth>WindowsDeliveryOptimizationConfiguration. getBandwidthMode()“Specifies foreground and background bandwidth usage using percentages, absolutes , or hours.”Methods in odata.msgraph.client.beta.entity with parameters of type DeliveryOptimizationBandwidth Modifier and Type Method Description WindowsDeliveryOptimizationConfiguration.BuilderWindowsDeliveryOptimizationConfiguration.Builder. bandwidthMode(DeliveryOptimizationBandwidth bandwidthMode)“Specifies foreground and background bandwidth usage using percentages, absolutes , or hours.”WindowsDeliveryOptimizationConfigurationWindowsDeliveryOptimizationConfiguration. withBandwidthMode(DeliveryOptimizationBandwidth bandwidthMode)Returns an immutable copy ofthiswith just thebandwidthModefield changed.
-