ApplicationGatewaySkuName Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Name of an application gateway SKU.
public enum ApplicationGatewaySkuName
type ApplicationGatewaySkuName =
Public Enum ApplicationGatewaySkuName
- Inheritance
-
ApplicationGatewaySkuName
Fields
| Name | Value | Description |
|---|---|---|
| StandardSmall | 0 | Standard_Small. |
| StandardMedium | 1 | Standard_Medium. |
| StandardLarge | 2 | Standard_Large. |
| WAFMedium | 3 | WAF_Medium. |
| WAFLarge | 4 | WAF_Large. |
| StandardV2 | 5 | Standard_v2. |
| WAFV2 | 6 | WAF_v2. |
| Basic | 7 | Basic. |