Uses of Class
odata.msgraph.client.beta.windows.updates.complex.RolloutSettings
-
Packages that use RolloutSettings Package Description odata.msgraph.client.beta.windows.updates.complex -
-
Uses of RolloutSettings in odata.msgraph.client.beta.windows.updates.complex
Fields in odata.msgraph.client.beta.windows.updates.complex declared as RolloutSettings Modifier and Type Field Description protected RolloutSettingsDeploymentSettings. rolloutMethods in odata.msgraph.client.beta.windows.updates.complex that return RolloutSettings Modifier and Type Method Description RolloutSettingsRolloutSettings.Builder. build()RolloutSettingsRolloutSettings. withDevicesPerOffer(Integer devicesPerOffer)RolloutSettingsRolloutSettings. withDurationBetweenOffers(String durationBetweenOffers)RolloutSettingsRolloutSettings. withEndDateTime(OffsetDateTime endDateTime)RolloutSettingsRolloutSettings. withStartDateTime(OffsetDateTime startDateTime)RolloutSettingsRolloutSettings. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.windows.updates.complex that return types with arguments of type RolloutSettings Modifier and Type Method Description Optional<RolloutSettings>DeploymentSettings. getRollout()Methods in odata.msgraph.client.beta.windows.updates.complex with parameters of type RolloutSettings Modifier and Type Method Description DeploymentSettings.BuilderDeploymentSettings.Builder. rollout(RolloutSettings rollout)WindowsDeploymentSettings.BuilderWindowsDeploymentSettings.Builder. rollout(RolloutSettings rollout)DeploymentSettingsDeploymentSettings. withRollout(RolloutSettings rollout)
-