azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.h...

93 строки
6.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.hdinsight.models.AutoscaleSchedule"
fullName: "com.azure.resourcemanager.hdinsight.models.AutoscaleSchedule"
name: "AutoscaleSchedule"
nameWithType: "AutoscaleSchedule"
summary: "Parameters for a schedule-based autoscale rule, consisting of an array of days + a time and capacity."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **AutoscaleSchedule**"
constructors:
- uid: "com.azure.resourcemanager.hdinsight.models.AutoscaleSchedule.AutoscaleSchedule()"
fullName: "com.azure.resourcemanager.hdinsight.models.AutoscaleSchedule.AutoscaleSchedule()"
name: "AutoscaleSchedule()"
nameWithType: "AutoscaleSchedule.AutoscaleSchedule()"
summary: "Creates an instance of Autoscale<wbr>Schedule class."
syntax: "public AutoscaleSchedule()"
desc: "Creates an instance of AutoscaleSchedule class."
methods:
- uid: "com.azure.resourcemanager.hdinsight.models.AutoscaleSchedule.days()"
fullName: "com.azure.resourcemanager.hdinsight.models.AutoscaleSchedule.days()"
name: "days()"
nameWithType: "AutoscaleSchedule.days()"
summary: "Get the days property: Days of the week for a schedule-based autoscale rule."
syntax: "public List<DaysOfWeek> days()"
desc: "Get the days property: Days of the week for a schedule-based autoscale rule."
returns:
description: "the days value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.hdinsight.models.DaysOfWeek?alt=com.azure.resourcemanager.hdinsight.models.DaysOfWeek&text=DaysOfWeek\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.hdinsight.models.AutoscaleSchedule.timeAndCapacity()"
fullName: "com.azure.resourcemanager.hdinsight.models.AutoscaleSchedule.timeAndCapacity()"
name: "timeAndCapacity()"
nameWithType: "AutoscaleSchedule.timeAndCapacity()"
summary: "Get the time<wbr>And<wbr>Capacity property: Time and capacity for a schedule-based autoscale rule."
syntax: "public AutoscaleTimeAndCapacity timeAndCapacity()"
desc: "Get the timeAndCapacity property: Time and capacity for a schedule-based autoscale rule."
returns:
description: "the timeAndCapacity value."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.AutoscaleTimeAndCapacity?alt=com.azure.resourcemanager.hdinsight.models.AutoscaleTimeAndCapacity&text=AutoscaleTimeAndCapacity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.models.AutoscaleSchedule.validate()"
fullName: "com.azure.resourcemanager.hdinsight.models.AutoscaleSchedule.validate()"
name: "validate()"
nameWithType: "AutoscaleSchedule.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.hdinsight.models.AutoscaleSchedule.withDays(java.util.List<com.azure.resourcemanager.hdinsight.models.DaysOfWeek>)"
fullName: "com.azure.resourcemanager.hdinsight.models.AutoscaleSchedule.withDays(List<DaysOfWeek> days)"
name: "withDays(List<DaysOfWeek> days)"
nameWithType: "AutoscaleSchedule.withDays(List<DaysOfWeek> days)"
summary: "Set the days property: Days of the week for a schedule-based autoscale rule."
parameters:
- description: "the days value to set."
name: "days"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.hdinsight.models.DaysOfWeek?alt=com.azure.resourcemanager.hdinsight.models.DaysOfWeek&text=DaysOfWeek\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public AutoscaleSchedule withDays(List<DaysOfWeek> days)"
desc: "Set the days property: Days of the week for a schedule-based autoscale rule."
returns:
description: "the AutoscaleSchedule object itself."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.AutoscaleSchedule?alt=com.azure.resourcemanager.hdinsight.models.AutoscaleSchedule&text=AutoscaleSchedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.models.AutoscaleSchedule.withTimeAndCapacity(com.azure.resourcemanager.hdinsight.models.AutoscaleTimeAndCapacity)"
fullName: "com.azure.resourcemanager.hdinsight.models.AutoscaleSchedule.withTimeAndCapacity(AutoscaleTimeAndCapacity timeAndCapacity)"
name: "withTimeAndCapacity(AutoscaleTimeAndCapacity timeAndCapacity)"
nameWithType: "AutoscaleSchedule.withTimeAndCapacity(AutoscaleTimeAndCapacity timeAndCapacity)"
summary: "Set the time<wbr>And<wbr>Capacity property: Time and capacity for a schedule-based autoscale rule."
parameters:
- description: "the timeAndCapacity value to set."
name: "timeAndCapacity"
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.AutoscaleTimeAndCapacity?alt=com.azure.resourcemanager.hdinsight.models.AutoscaleTimeAndCapacity&text=AutoscaleTimeAndCapacity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AutoscaleSchedule withTimeAndCapacity(AutoscaleTimeAndCapacity timeAndCapacity)"
desc: "Set the timeAndCapacity property: Time and capacity for a schedule-based autoscale rule."
returns:
description: "the AutoscaleSchedule object itself."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.AutoscaleSchedule?alt=com.azure.resourcemanager.hdinsight.models.AutoscaleSchedule&text=AutoscaleSchedule\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Parameters for a schedule-based autoscale rule, consisting of an array of days + a time and capacity."
metadata: {}
package: "com.azure.resourcemanager.hdinsight.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-hdinsight:1.0.0