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

93 строки
6.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.hdinsight.models.Autoscale"
fullName: "com.azure.resourcemanager.hdinsight.models.Autoscale"
name: "Autoscale"
nameWithType: "Autoscale"
summary: "The autoscale request parameters."
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 **Autoscale**"
constructors:
- uid: "com.azure.resourcemanager.hdinsight.models.Autoscale.Autoscale()"
fullName: "com.azure.resourcemanager.hdinsight.models.Autoscale.Autoscale()"
name: "Autoscale()"
nameWithType: "Autoscale.Autoscale()"
summary: "Creates an instance of Autoscale class."
syntax: "public Autoscale()"
desc: "Creates an instance of Autoscale class."
methods:
- uid: "com.azure.resourcemanager.hdinsight.models.Autoscale.capacity()"
fullName: "com.azure.resourcemanager.hdinsight.models.Autoscale.capacity()"
name: "capacity()"
nameWithType: "Autoscale.capacity()"
summary: "Get the capacity property: Parameters for load-based autoscale."
syntax: "public AutoscaleCapacity capacity()"
desc: "Get the capacity property: Parameters for load-based autoscale."
returns:
description: "the capacity value."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.AutoscaleCapacity?alt=com.azure.resourcemanager.hdinsight.models.AutoscaleCapacity&text=AutoscaleCapacity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.models.Autoscale.recurrence()"
fullName: "com.azure.resourcemanager.hdinsight.models.Autoscale.recurrence()"
name: "recurrence()"
nameWithType: "Autoscale.recurrence()"
summary: "Get the recurrence property: Parameters for schedule-based autoscale."
syntax: "public AutoscaleRecurrence recurrence()"
desc: "Get the recurrence property: Parameters for schedule-based autoscale."
returns:
description: "the recurrence value."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.AutoscaleRecurrence?alt=com.azure.resourcemanager.hdinsight.models.AutoscaleRecurrence&text=AutoscaleRecurrence\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.models.Autoscale.validate()"
fullName: "com.azure.resourcemanager.hdinsight.models.Autoscale.validate()"
name: "validate()"
nameWithType: "Autoscale.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.hdinsight.models.Autoscale.withCapacity(com.azure.resourcemanager.hdinsight.models.AutoscaleCapacity)"
fullName: "com.azure.resourcemanager.hdinsight.models.Autoscale.withCapacity(AutoscaleCapacity capacity)"
name: "withCapacity(AutoscaleCapacity capacity)"
nameWithType: "Autoscale.withCapacity(AutoscaleCapacity capacity)"
summary: "Set the capacity property: Parameters for load-based autoscale."
parameters:
- description: "the capacity value to set."
name: "capacity"
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.AutoscaleCapacity?alt=com.azure.resourcemanager.hdinsight.models.AutoscaleCapacity&text=AutoscaleCapacity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Autoscale withCapacity(AutoscaleCapacity capacity)"
desc: "Set the capacity property: Parameters for load-based autoscale."
returns:
description: "the Autoscale object itself."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.Autoscale?alt=com.azure.resourcemanager.hdinsight.models.Autoscale&text=Autoscale\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.hdinsight.models.Autoscale.withRecurrence(com.azure.resourcemanager.hdinsight.models.AutoscaleRecurrence)"
fullName: "com.azure.resourcemanager.hdinsight.models.Autoscale.withRecurrence(AutoscaleRecurrence recurrence)"
name: "withRecurrence(AutoscaleRecurrence recurrence)"
nameWithType: "Autoscale.withRecurrence(AutoscaleRecurrence recurrence)"
summary: "Set the recurrence property: Parameters for schedule-based autoscale."
parameters:
- description: "the recurrence value to set."
name: "recurrence"
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.AutoscaleRecurrence?alt=com.azure.resourcemanager.hdinsight.models.AutoscaleRecurrence&text=AutoscaleRecurrence\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Autoscale withRecurrence(AutoscaleRecurrence recurrence)"
desc: "Set the recurrence property: Parameters for schedule-based autoscale."
returns:
description: "the Autoscale object itself."
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.Autoscale?alt=com.azure.resourcemanager.hdinsight.models.Autoscale&text=Autoscale\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The autoscale request parameters."
metadata: {}
package: "com.azure.resourcemanager.hdinsight.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-hdinsight:1.0.0