Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ScheduleBasedConfig
Packages that use ScheduleBasedConfig
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ScheduleBasedConfig in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ScheduleBasedConfigModifier and TypeClassDescriptionfinal classProfile of schedule based Autoscale.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ScheduleBasedConfigModifier and TypeMethodDescriptionstatic ScheduleBasedConfigScheduleBasedConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScheduleBasedConfig from the JsonReader.AutoscaleProfile.scheduleBasedConfig()Get the scheduleBasedConfig property: Profiles of schedule based Autoscale.ScheduleBasedConfig.withDefaultCount(int defaultCount) Set the defaultCount property: Setting default node count of current schedule configuration.ScheduleBasedConfig.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).ScheduleBasedConfig.withTimeZone(String timeZone) Set the timeZone property: User has to specify the timezone on which the schedule has to be set for schedule based autoscale configuration.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ScheduleBasedConfigModifier and TypeMethodDescriptionAutoscaleProfile.withScheduleBasedConfig(ScheduleBasedConfig scheduleBasedConfig) Set the scheduleBasedConfig property: Profiles of schedule based Autoscale.