Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayAutoscaleConfiguration
Packages that use ApplicationGatewayAutoscaleConfiguration
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayAutoscaleConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayAutoscaleConfigurationModifier and TypeMethodDescriptionApplicationGatewayInner.autoscaleConfiguration()Get the autoscaleConfiguration property: Autoscale Configuration.ApplicationGatewayPropertiesFormat.autoscaleConfiguration()Get the autoscaleConfiguration property: Autoscale Configuration.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewayAutoscaleConfigurationModifier and TypeMethodDescriptionApplicationGatewayInner.withAutoscaleConfiguration(ApplicationGatewayAutoscaleConfiguration autoscaleConfiguration) Set the autoscaleConfiguration property: Autoscale Configuration.ApplicationGatewayPropertiesFormat.withAutoscaleConfiguration(ApplicationGatewayAutoscaleConfiguration autoscaleConfiguration) Set the autoscaleConfiguration property: Autoscale Configuration. -
Uses of ApplicationGatewayAutoscaleConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayAutoscaleConfigurationModifier and TypeMethodDescriptionApplicationGateway.autoscaleConfiguration()Gets the autoscaleConfiguration value.ApplicationGatewayAutoscaleConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayAutoscaleConfiguration from the JsonReader.ApplicationGatewayAutoscaleConfiguration.withMaxCapacity(Integer maxCapacity) Set the maxCapacity property: Upper bound on number of Application Gateway capacity.ApplicationGatewayAutoscaleConfiguration.withMinCapacity(int minCapacity) Set the minCapacity property: Lower bound on number of Application Gateway capacity.