ApplicationGatewaySku Class

SKU of an application gateway.

Constructor

ApplicationGatewaySku(*args: Any, **kwargs: Any)

Variables

Name Description
name

Name of an application gateway SKU. Known values are: "Standard_Small", "Standard_Medium", "Standard_Large", "WAF_Medium", "WAF_Large", "Standard_v2", "WAF_v2", and "Basic".

tier

Tier of an application gateway. Known values are: "Standard", "WAF", "Standard_v2", "WAF_v2", and "Basic".

capacity
int

Capacity (instance count) of an application gateway.

family

Family of an application gateway SKU. Known values are: "Generation_1" and "Generation_2".

Attributes

capacity

Capacity (instance count) of an application gateway.

capacity: int | None

family

"Generation_1" and "Generation_2".

family: str | _models.ApplicationGatewaySkuFamily | None

name

"Standard_Small", "Standard_Medium", "Standard_Large", "WAF_Medium", "WAF_Large", "Standard_v2", "WAF_v2", and "Basic".

name: str | _models.ApplicationGatewaySkuName | None

tier

"Standard", "WAF", "Standard_v2", "WAF_v2", and "Basic".

tier: str | _models.ApplicationGatewayTier | None