public static interface ApplicationGateway.DefinitionStages.WithInstanceCount
| Modifier and Type | Method and Description |
|---|---|
ApplicationGateway.DefinitionStages.WithCreate |
withInstanceCount(int instanceCount)
Specifies the capacity (number of instances) for the application gateway.
|
ApplicationGateway.DefinitionStages.WithCreate withInstanceCount(int instanceCount)
By default, 1 instance is used.
instanceCount - the capacity as a number between 1 and 10 but also based on the limits imposed by the selected application gateway size/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/