Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ScheduleDay
Packages that use ScheduleDay
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ScheduleDay in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type ScheduleDay in com.azure.resourcemanager.hdinsight.containers.modelsFields in com.azure.resourcemanager.hdinsight.containers.models declared as ScheduleDayModifier and TypeFieldDescriptionstatic final ScheduleDayScheduleDay.FRIDAYStatic value Friday for ScheduleDay.static final ScheduleDayScheduleDay.MONDAYStatic value Monday for ScheduleDay.static final ScheduleDayScheduleDay.SATURDAYStatic value Saturday for ScheduleDay.static final ScheduleDayScheduleDay.SUNDAYStatic value Sunday for ScheduleDay.static final ScheduleDayScheduleDay.THURSDAYStatic value Thursday for ScheduleDay.static final ScheduleDayScheduleDay.TUESDAYStatic value Tuesday for ScheduleDay.static final ScheduleDayScheduleDay.WEDNESDAYStatic value Wednesday for ScheduleDay.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ScheduleDayModifier and TypeMethodDescriptionstatic ScheduleDayScheduleDay.fromString(String name) Creates or finds a ScheduleDay from its string representation.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ScheduleDayModifier and TypeMethodDescriptionSchedule.days()Get the days property: User has to set the days where schedule has to be set for autoscale operation.static Collection<ScheduleDay> ScheduleDay.values()Gets known ScheduleDay values.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type ScheduleDayModifier and TypeMethodDescriptionSchedule.withDays(List<ScheduleDay> days) Set the days property: User has to set the days where schedule has to be set for autoscale operation.