-
Notifications
You must be signed in to change notification settings - Fork 244
/
com.azure.resourcemanager.kusto.models.OptimizedAutoscale.yml
140 lines (140 loc) · 8.81 KB
/
com.azure.resourcemanager.kusto.models.OptimizedAutoscale.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
### YamlMime:JavaType
uid: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale"
fullName: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale"
name: "OptimizedAutoscale"
nameWithType: "OptimizedAutoscale"
summary: "A class that contains the optimized auto scale definition."
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 **OptimizedAutoscale**"
constructors:
- uid: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale.OptimizedAutoscale()"
fullName: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale.OptimizedAutoscale()"
name: "OptimizedAutoscale()"
nameWithType: "OptimizedAutoscale.OptimizedAutoscale()"
summary: "Creates an instance of Optimized<wbr>Autoscale class."
syntax: "public OptimizedAutoscale()"
desc: "Creates an instance of OptimizedAutoscale class."
methods:
- uid: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale.isEnabled()"
fullName: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale.isEnabled()"
name: "isEnabled()"
nameWithType: "OptimizedAutoscale.isEnabled()"
summary: "Get the is<wbr>Enabled property: A boolean value that indicate if the optimized autoscale feature is enabled or not."
syntax: "public boolean isEnabled()"
desc: "Get the isEnabled property: A boolean value that indicate if the optimized autoscale feature is enabled or not."
returns:
description: "the isEnabled value."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale.maximum()"
fullName: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale.maximum()"
name: "maximum()"
nameWithType: "OptimizedAutoscale.maximum()"
summary: "Get the maximum property: Maximum allowed instances count."
syntax: "public int maximum()"
desc: "Get the maximum property: Maximum allowed instances count."
returns:
description: "the maximum value."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale.minimum()"
fullName: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale.minimum()"
name: "minimum()"
nameWithType: "OptimizedAutoscale.minimum()"
summary: "Get the minimum property: Minimum allowed instances count."
syntax: "public int minimum()"
desc: "Get the minimum property: Minimum allowed instances count."
returns:
description: "the minimum value."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale.validate()"
fullName: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale.validate()"
name: "validate()"
nameWithType: "OptimizedAutoscale.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale.version()"
fullName: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale.version()"
name: "version()"
nameWithType: "OptimizedAutoscale.version()"
summary: "Get the version property: The version of the template defined, for instance 1."
syntax: "public int version()"
desc: "Get the version property: The version of the template defined, for instance 1."
returns:
description: "the version value."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale.withIsEnabled(boolean)"
fullName: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale.withIsEnabled(boolean isEnabled)"
name: "withIsEnabled(boolean isEnabled)"
nameWithType: "OptimizedAutoscale.withIsEnabled(boolean isEnabled)"
summary: "Set the is<wbr>Enabled property: A boolean value that indicate if the optimized autoscale feature is enabled or not."
parameters:
- description: "the isEnabled value to set."
name: "isEnabled"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OptimizedAutoscale withIsEnabled(boolean isEnabled)"
desc: "Set the isEnabled property: A boolean value that indicate if the optimized autoscale feature is enabled or not."
returns:
description: "the OptimizedAutoscale object itself."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.OptimizedAutoscale?alt=com.azure.resourcemanager.kusto.models.OptimizedAutoscale&text=OptimizedAutoscale\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale.withMaximum(int)"
fullName: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale.withMaximum(int maximum)"
name: "withMaximum(int maximum)"
nameWithType: "OptimizedAutoscale.withMaximum(int maximum)"
summary: "Set the maximum property: Maximum allowed instances count."
parameters:
- description: "the maximum value to set."
name: "maximum"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OptimizedAutoscale withMaximum(int maximum)"
desc: "Set the maximum property: Maximum allowed instances count."
returns:
description: "the OptimizedAutoscale object itself."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.OptimizedAutoscale?alt=com.azure.resourcemanager.kusto.models.OptimizedAutoscale&text=OptimizedAutoscale\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale.withMinimum(int)"
fullName: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale.withMinimum(int minimum)"
name: "withMinimum(int minimum)"
nameWithType: "OptimizedAutoscale.withMinimum(int minimum)"
summary: "Set the minimum property: Minimum allowed instances count."
parameters:
- description: "the minimum value to set."
name: "minimum"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OptimizedAutoscale withMinimum(int minimum)"
desc: "Set the minimum property: Minimum allowed instances count."
returns:
description: "the OptimizedAutoscale object itself."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.OptimizedAutoscale?alt=com.azure.resourcemanager.kusto.models.OptimizedAutoscale&text=OptimizedAutoscale\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale.withVersion(int)"
fullName: "com.azure.resourcemanager.kusto.models.OptimizedAutoscale.withVersion(int version)"
name: "withVersion(int version)"
nameWithType: "OptimizedAutoscale.withVersion(int version)"
summary: "Set the version property: The version of the template defined, for instance 1."
parameters:
- description: "the version value to set."
name: "version"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OptimizedAutoscale withVersion(int version)"
desc: "Set the version property: The version of the template defined, for instance 1."
returns:
description: "the OptimizedAutoscale object itself."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.OptimizedAutoscale?alt=com.azure.resourcemanager.kusto.models.OptimizedAutoscale&text=OptimizedAutoscale\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A class that contains the optimized auto scale definition."
metadata: {}
package: "com.azure.resourcemanager.kusto.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-kusto:1.0.0-beta.6