Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayTierTypes
Packages that use ApplicationGatewayTierTypes
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayTierTypes in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayTierTypesModifier and TypeMethodDescriptionApplicationGatewayFirewallRuleSetPropertiesFormat.tiers()Get the tiers property: Tier of an application gateway that support the rule set.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayTierTypesModifier and TypeMethodDescriptionApplicationGatewayFirewallRuleSetPropertiesFormat.withTiers(List<ApplicationGatewayTierTypes> tiers) Set the tiers property: Tier of an application gateway that support the rule set. -
Uses of ApplicationGatewayTierTypes in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ApplicationGatewayTierTypesModifier and TypeFieldDescriptionstatic final ApplicationGatewayTierTypesApplicationGatewayTierTypes.STANDARDStatic value Standard for ApplicationGatewayTierTypes.static final ApplicationGatewayTierTypesApplicationGatewayTierTypes.STANDARD_V2Static value Standard_v2 for ApplicationGatewayTierTypes.static final ApplicationGatewayTierTypesApplicationGatewayTierTypes.WAFStatic value WAF for ApplicationGatewayTierTypes.static final ApplicationGatewayTierTypesApplicationGatewayTierTypes.WAF_V2Static value WAF_v2 for ApplicationGatewayTierTypes.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayTierTypesModifier and TypeMethodDescriptionstatic ApplicationGatewayTierTypesApplicationGatewayTierTypes.fromString(String name) Creates or finds a ApplicationGatewayTierTypes from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayTierTypesModifier and TypeMethodDescriptionApplicationGatewayFirewallManifestRuleSet.tiers()Get the tiers property: Tier of an application gateway that support the rule set.ApplicationGatewayFirewallRuleSet.tiers()Get the tiers property: Tier of an application gateway that support the rule set.ApplicationGatewayTierTypes.values()Gets known ApplicationGatewayTierTypes values.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewayTierTypesModifier and TypeMethodDescriptionApplicationGatewayFirewallManifestRuleSet.withTiers(List<ApplicationGatewayTierTypes> tiers) Set the tiers property: Tier of an application gateway that support the rule set.ApplicationGatewayFirewallRuleSet.withTiers(List<ApplicationGatewayTierTypes> tiers) Set the tiers property: Tier of an application gateway that support the rule set.