Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.Schedule
Packages that use Schedule
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of Schedule in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ScheduleMethods in com.azure.resourcemanager.hdinsight.containers.models that return ScheduleModifier and TypeMethodDescriptionstatic ScheduleSchedule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Schedule from the JsonReader.Schedule.withCount(int count) Set the count property: User has to set the node count anticipated at end of the scaling operation of the set current schedule configuration, format is integer.Schedule.withDays(List<ScheduleDay> days) Set the days property: User has to set the days where schedule has to be set for autoscale operation.Schedule.withEndTime(String endTime) Set the endTime property: User has to set the end time of current schedule configuration, format like 10:30 (HH:MM).Schedule.withStartTime(String startTime) Set the startTime property: User has to set the start time of current schedule configuration, format like 10:30 (HH:MM).Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ScheduleModifier and TypeMethodDescriptionScheduleBasedConfig.schedules()Get the schedules property: This specifies the schedules where scheduled based Autoscale to be enabled, the user has a choice to set multiple rules within the schedule across days and times (start/end).Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type ScheduleModifier and TypeMethodDescriptionScheduleBasedConfig.withSchedules(List<Schedule> schedules) Set the schedules property: This specifies the schedules where scheduled based Autoscale to be enabled, the user has a choice to set multiple rules within the schedule across days and times (start/end).