| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
DeliveryOptimizationBandwidthAbsolute
“Bandwidth limits in kilobytes per second.”
|
class |
DeliveryOptimizationBandwidthHoursWithPercentage
“Bandwidth limit as a percentage with business hours.”
|
class |
DeliveryOptimizationBandwidthPercentage
“Bandwidth limits specified as a percentage.”
|
| Modifier and Type | Field and Description |
|---|---|
protected DeliveryOptimizationBandwidth |
WindowsDeliveryOptimizationConfiguration.bandwidthMode |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeliveryOptimizationBandwidth> |
WindowsDeliveryOptimizationConfiguration.getBandwidthMode()
“Specifies foreground and background bandwidth usage using percentages, absolutes
, or hours.”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsDeliveryOptimizationConfiguration.Builder |
WindowsDeliveryOptimizationConfiguration.Builder.bandwidthMode(DeliveryOptimizationBandwidth bandwidthMode)
“Specifies foreground and background bandwidth usage using percentages, absolutes
, or hours.”
|
WindowsDeliveryOptimizationConfiguration |
WindowsDeliveryOptimizationConfiguration.withBandwidthMode(DeliveryOptimizationBandwidth bandwidthMode)
Returns an immutable copy of
this with just the bandwidthMode
field changed. |
Copyright © 2018–2020. All rights reserved.