84 строки
6.3 KiB
YAML
84 строки
6.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration"
|
|
name: "ApplicationGatewayAutoscaleConfiguration"
|
|
nameWithType: "ApplicationGatewayAutoscaleConfiguration"
|
|
summary: "Application Gateway autoscale configuration."
|
|
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 **ApplicationGatewayAutoscaleConfiguration**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration.ApplicationGatewayAutoscaleConfiguration()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration.ApplicationGatewayAutoscaleConfiguration()"
|
|
name: "ApplicationGatewayAutoscaleConfiguration()"
|
|
nameWithType: "ApplicationGatewayAutoscaleConfiguration.ApplicationGatewayAutoscaleConfiguration()"
|
|
syntax: "public ApplicationGatewayAutoscaleConfiguration()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration.maxCapacity()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration.maxCapacity()"
|
|
name: "maxCapacity()"
|
|
nameWithType: "ApplicationGatewayAutoscaleConfiguration.maxCapacity()"
|
|
summary: "Get upper bound on number of Application Gateway capacity."
|
|
syntax: "public Integer maxCapacity()"
|
|
desc: "Get upper bound on number of Application Gateway capacity."
|
|
returns:
|
|
description: "the maxCapacity value"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration.minCapacity()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration.minCapacity()"
|
|
name: "minCapacity()"
|
|
nameWithType: "ApplicationGatewayAutoscaleConfiguration.minCapacity()"
|
|
summary: "Get lower bound on number of Application Gateway capacity."
|
|
syntax: "public int minCapacity()"
|
|
desc: "Get lower bound on number of Application Gateway capacity."
|
|
returns:
|
|
description: "the minCapacity value"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration.withMaxCapacity(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration.withMaxCapacity(Integer maxCapacity)"
|
|
name: "withMaxCapacity(Integer maxCapacity)"
|
|
nameWithType: "ApplicationGatewayAutoscaleConfiguration.withMaxCapacity(Integer maxCapacity)"
|
|
summary: "Set upper bound on number of Application Gateway capacity."
|
|
parameters:
|
|
- description: "the maxCapacity value to set"
|
|
name: "maxCapacity"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayAutoscaleConfiguration withMaxCapacity(Integer maxCapacity)"
|
|
desc: "Set upper bound on number of Application Gateway capacity."
|
|
returns:
|
|
description: "the ApplicationGatewayAutoscaleConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration?alt=com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration&text=ApplicationGatewayAutoscaleConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration.withMinCapacity(int)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration.withMinCapacity(int minCapacity)"
|
|
name: "withMinCapacity(int minCapacity)"
|
|
nameWithType: "ApplicationGatewayAutoscaleConfiguration.withMinCapacity(int minCapacity)"
|
|
summary: "Set lower bound on number of Application Gateway capacity."
|
|
parameters:
|
|
- description: "the minCapacity value to set"
|
|
name: "minCapacity"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayAutoscaleConfiguration withMinCapacity(int minCapacity)"
|
|
desc: "Set lower bound on number of Application Gateway capacity."
|
|
returns:
|
|
description: "the ApplicationGatewayAutoscaleConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration?alt=com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration&text=ApplicationGatewayAutoscaleConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Application Gateway autoscale configuration."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|