ApplicationGatewaySku Class
SKU of application gateway.
- Inheritance
-
ApplicationGatewaySku
Constructor
ApplicationGatewaySku(*, name: typing.Union[str, _ForwardRef('ApplicationGatewaySkuName'), NoneType] = None, tier: typing.Union[str, _ForwardRef('ApplicationGatewayTier'), NoneType] = None, capacity: typing.Union[int, NoneType] = None, **kwargs)
Parameters
- name
- str or ApplicationGatewaySkuName
Name of an application gateway SKU. Possible values are: 'Standard_Small', 'Standard_Medium', 'Standard_Large', 'WAF_Medium', and 'WAF_Large'. Possible values include: "Standard_Small", "Standard_Medium", "Standard_Large".
- tier
- str or ApplicationGatewayTier
Tier of an application gateway. Possible values include: "Standard".
- capacity
- int
Capacity (instance count) of an application gateway.
Feedback
Submit and view feedback for