Uses of Class
com.azure.resourcemanager.monitor.models.TimeWindow
Packages that use TimeWindow
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of TimeWindow in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return TimeWindowModifier and TypeMethodDescriptionAutoscaleProfileInner.fixedDate()
Get the fixedDate property: the specific date-time for the profile.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type TimeWindowModifier and TypeMethodDescriptionAutoscaleProfileInner.withFixedDate
(TimeWindow fixedDate) Set the fixedDate property: the specific date-time for the profile. -
Uses of TimeWindow in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return TimeWindowModifier and TypeMethodDescriptionAutoscaleProfile.fixedDateSchedule()
Get the specific date-time for the profile.static TimeWindow
TimeWindow.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of TimeWindow from the JsonReader.TimeWindow.withEnd
(OffsetDateTime end) Set the end property: the end time for the profile in ISO 8601 format.TimeWindow.withStart
(OffsetDateTime start) Set the start property: the start time for the profile in ISO 8601 format.TimeWindow.withTimeZone
(String timeZone) Set the timeZone property: the timezone of the start and end times for the profile.