Uses of Class
odata.msgraph.client.beta.complex.WindowsUpdateRolloutSettings
-
Packages that use WindowsUpdateRolloutSettings Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of WindowsUpdateRolloutSettings in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return WindowsUpdateRolloutSettings Modifier and Type Method Description WindowsUpdateRolloutSettingsWindowsUpdateRolloutSettings.Builder. build()WindowsUpdateRolloutSettingsWindowsUpdateRolloutSettings. withOfferEndDateTimeInUTC(OffsetDateTime offerEndDateTimeInUTC)Returns an immutable copy ofthiswith just theofferEndDateTimeInUTCfield changed.WindowsUpdateRolloutSettingsWindowsUpdateRolloutSettings. withOfferIntervalInDays(Integer offerIntervalInDays)Returns an immutable copy ofthiswith just theofferIntervalInDaysfield changed.WindowsUpdateRolloutSettingsWindowsUpdateRolloutSettings. withOfferStartDateTimeInUTC(OffsetDateTime offerStartDateTimeInUTC)Returns an immutable copy ofthiswith just theofferStartDateTimeInUTCfield changed.WindowsUpdateRolloutSettingsWindowsUpdateRolloutSettings. withUnmappedField(String name, String value) -
Uses of WindowsUpdateRolloutSettings in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsUpdateRolloutSettings Modifier and Type Field Description protected WindowsUpdateRolloutSettingsWindowsFeatureUpdateProfile. rolloutSettingsMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsUpdateRolloutSettings Modifier and Type Method Description Optional<WindowsUpdateRolloutSettings>WindowsFeatureUpdateProfile. getRolloutSettings()“The windows update rollout settings, including offer start date time, offer end date time, and days between each set of offers.”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsUpdateRolloutSettings Modifier and Type Method Description WindowsFeatureUpdateProfile.BuilderWindowsFeatureUpdateProfile.Builder. rolloutSettings(WindowsUpdateRolloutSettings rolloutSettings)“The windows update rollout settings, including offer start date time, offer end date time, and days between each set of offers.”WindowsFeatureUpdateProfileWindowsFeatureUpdateProfile. withRolloutSettings(WindowsUpdateRolloutSettings rolloutSettings)Returns an immutable copy ofthiswith just therolloutSettingsfield changed.
-