AutoscaleRecurrence Class

  • java.lang.Object
    • com.microsoft.azure.management.hdinsight.v2018_06_01_preview.AutoscaleRecurrence

public class AutoscaleRecurrence

Schedule-based autoscale request parameters.

Constructor Summary

Constructor Description
AutoscaleRecurrence()

Method Summary

Modifier and Type Method and Description
java.util.List<AutoscaleSchedule> schedule()

Get array of schedule-based autoscale rules.

java.lang.String timeZone()

Get the time zone for the autoscale schedule times.

AutoscaleRecurrence withSchedule(List<AutoscaleSchedule> schedule)

Set array of schedule-based autoscale rules.

AutoscaleRecurrence withTimeZone(String timeZone)

Set the time zone for the autoscale schedule times.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

AutoscaleRecurrence

public AutoscaleRecurrence()

Method Details

schedule

public List schedule()

Get array of schedule-based autoscale rules.

Returns:

the schedule value

timeZone

public String timeZone()

Get the time zone for the autoscale schedule times.

Returns:

the timeZone value

withSchedule

public AutoscaleRecurrence withSchedule(List schedule)

Set array of schedule-based autoscale rules.

Parameters:

schedule - the schedule value to set

Returns:

the AutoscaleRecurrence object itself.

withTimeZone

public AutoscaleRecurrence withTimeZone(String timeZone)

Set the time zone for the autoscale schedule times.

Parameters:

timeZone - the timeZone value to set

Returns:

the AutoscaleRecurrence object itself.

Applies to