Uses of Class
com.azure.resourcemanager.monitor.models.TimeWindow
-
Packages that use TimeWindow Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models 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 TimeWindow Modifier and Type Method Description TimeWindowAutoscaleProfileInner. fixedDate()Get the fixedDate property: the specific date-time for the profile.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type TimeWindow Modifier and Type Method Description AutoscaleProfileInnerAutoscaleProfileInner. 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 TimeWindow Modifier and Type Method Description TimeWindowAutoscaleProfile. fixedDateSchedule()Get the specific date-time for the profile.TimeWindowTimeWindow. withEnd(OffsetDateTime end)Set the end property: the end time for the profile in ISO 8601 format.TimeWindowTimeWindow. withStart(OffsetDateTime start)Set the start property: the start time for the profile in ISO 8601 format.TimeWindowTimeWindow. withTimeZone(String timeZone)Set the timeZone property: the timezone of the start and end times for the profile.
-