ApplicationGatewaySku Class

SKU of an application gateway.

Inheritance
azure.mgmt.network._serialization.Model
ApplicationGatewaySku

Constructor

ApplicationGatewaySku(*, name: str | _models.ApplicationGatewaySkuName | None = None, tier: str | _models.ApplicationGatewayTier | None = None, capacity: int | None = None, family: str | _models.ApplicationGatewaySkuFamily | None = None, **kwargs: Any)

Keyword-Only Parameters

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".

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".