azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
7.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.ScaleCapacity"
fullName: "com.microsoft.azure.management.monitor.ScaleCapacity"
name: "ScaleCapacity"
nameWithType: "ScaleCapacity"
summary: "The number of instances that can be used during this profile."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ScaleCapacity**"
constructors:
- uid: "com.microsoft.azure.management.monitor.ScaleCapacity.ScaleCapacity()"
fullName: "com.microsoft.azure.management.monitor.ScaleCapacity.ScaleCapacity()"
name: "ScaleCapacity()"
nameWithType: "ScaleCapacity.ScaleCapacity()"
syntax: "public ScaleCapacity()"
methods:
- uid: "com.microsoft.azure.management.monitor.ScaleCapacity.defaultProperty()"
fullName: "com.microsoft.azure.management.monitor.ScaleCapacity.defaultProperty()"
name: "defaultProperty()"
nameWithType: "ScaleCapacity.defaultProperty()"
summary: "Get the number of instances that will be set if metrics are not available for evaluation."
syntax: "public String defaultProperty()"
desc: "Get the number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default."
returns:
description: "the defaultProperty value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.ScaleCapacity.maximum()"
fullName: "com.microsoft.azure.management.monitor.ScaleCapacity.maximum()"
name: "maximum()"
nameWithType: "ScaleCapacity.maximum()"
summary: "Get the maximum number of instances for the resource."
syntax: "public String maximum()"
desc: "Get the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription."
returns:
description: "the maximum value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.ScaleCapacity.minimum()"
fullName: "com.microsoft.azure.management.monitor.ScaleCapacity.minimum()"
name: "minimum()"
nameWithType: "ScaleCapacity.minimum()"
summary: "Get the minimum number of instances for the resource."
syntax: "public String minimum()"
desc: "Get the minimum number of instances for the resource."
returns:
description: "the minimum value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.ScaleCapacity.withDefaultProperty(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.ScaleCapacity.withDefaultProperty(String defaultProperty)"
name: "withDefaultProperty(String defaultProperty)"
nameWithType: "ScaleCapacity.withDefaultProperty(String defaultProperty)"
summary: "Set the number of instances that will be set if metrics are not available for evaluation."
parameters:
- description: "the defaultProperty value to set"
name: "defaultProperty"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ScaleCapacity withDefaultProperty(String defaultProperty)"
desc: "Set the number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default."
returns:
description: "the ScaleCapacity object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.ScaleCapacity?alt=com.microsoft.azure.management.monitor.ScaleCapacity&text=ScaleCapacity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.ScaleCapacity.withMaximum(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.ScaleCapacity.withMaximum(String maximum)"
name: "withMaximum(String maximum)"
nameWithType: "ScaleCapacity.withMaximum(String maximum)"
summary: "Set the maximum number of instances for the resource."
parameters:
- description: "the maximum value to set"
name: "maximum"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ScaleCapacity withMaximum(String maximum)"
desc: "Set the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription."
returns:
description: "the ScaleCapacity object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.ScaleCapacity?alt=com.microsoft.azure.management.monitor.ScaleCapacity&text=ScaleCapacity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.ScaleCapacity.withMinimum(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.ScaleCapacity.withMinimum(String minimum)"
name: "withMinimum(String minimum)"
nameWithType: "ScaleCapacity.withMinimum(String minimum)"
summary: "Set the minimum number of instances for the resource."
parameters:
- description: "the minimum value to set"
name: "minimum"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ScaleCapacity withMinimum(String minimum)"
desc: "Set the minimum number of instances for the resource."
returns:
description: "the ScaleCapacity object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.ScaleCapacity?alt=com.microsoft.azure.management.monitor.ScaleCapacity&text=ScaleCapacity\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The number of instances that can be used during this profile."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4