Uses of Class
odata.msgraph.client.beta.complex.WindowsUpdateRolloutSettings.Builder
-
Packages that use WindowsUpdateRolloutSettings.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of WindowsUpdateRolloutSettings.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return WindowsUpdateRolloutSettings.Builder Modifier and Type Method Description static WindowsUpdateRolloutSettings.BuilderWindowsUpdateRolloutSettings. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).WindowsUpdateRolloutSettings.BuilderWindowsUpdateRolloutSettings.Builder. offerEndDateTimeInUTC(OffsetDateTime offerEndDateTimeInUTC)“The feature update's ending of release date and time to be set, update, and displayed for a feature Update profile for example: 2020-06-09T10:00:00Z.”WindowsUpdateRolloutSettings.BuilderWindowsUpdateRolloutSettings.Builder. offerIntervalInDays(Integer offerIntervalInDays)“The number of day(s) between each set of offers to be set, updated, and displayed for a feature update profile, for example: if OfferStartDateTimeInUTC is 2020-06-09T10:00:00Z, and OfferIntervalInDays is 1, then the next two sets of offers will be made consecutively on 2020-06-10T10:00:00Z (next day at the same specified time) and 2020-06-11T10:00:00Z (next next day at the same specified time) with 1 day in between each set of offers.”WindowsUpdateRolloutSettings.BuilderWindowsUpdateRolloutSettings.Builder. offerStartDateTimeInUTC(OffsetDateTime offerStartDateTimeInUTC)“The feature update's starting date and time to be set, update, and displayed for a feature Update profile for example: 2020-06-09T10:00:00Z.”
-