Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallAutoscaleConfiguration
Packages that use AzureFirewallAutoscaleConfiguration
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AzureFirewallAutoscaleConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AzureFirewallAutoscaleConfigurationModifier and TypeMethodDescriptionAzureFirewallInner.autoscaleConfiguration()Get the autoscaleConfiguration property: Properties to provide a custom autoscale configuration to this azure firewall.AzureFirewallPropertiesFormat.autoscaleConfiguration()Get the autoscaleConfiguration property: Properties to provide a custom autoscale configuration to this azure firewall.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type AzureFirewallAutoscaleConfigurationModifier and TypeMethodDescriptionAzureFirewallInner.withAutoscaleConfiguration(AzureFirewallAutoscaleConfiguration autoscaleConfiguration) Set the autoscaleConfiguration property: Properties to provide a custom autoscale configuration to this azure firewall.AzureFirewallPropertiesFormat.withAutoscaleConfiguration(AzureFirewallAutoscaleConfiguration autoscaleConfiguration) Set the autoscaleConfiguration property: Properties to provide a custom autoscale configuration to this azure firewall. -
Uses of AzureFirewallAutoscaleConfiguration in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type AzureFirewallAutoscaleConfigurationModifier and TypeClassDescriptionfinal classAzure Firewall Autoscale Configuration parameters.Methods in com.azure.resourcemanager.network.models that return AzureFirewallAutoscaleConfigurationModifier and TypeMethodDescriptionAzureFirewallAutoscaleConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFirewallAutoscaleConfiguration from the JsonReader.AzureFirewallAutoscaleConfiguration.withMaxCapacity(Integer maxCapacity) Set the maxCapacity property: The maximum number of capacity units for this azure firewall.AzureFirewallAutoscaleConfiguration.withMinCapacity(Integer minCapacity) Set the minCapacity property: The minimum number of capacity units for this azure firewall.