你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationGatewaySku Class

SKU of an application gateway.

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

Default value: None
tier

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

Default value: None
capacity
int

Capacity (instance count) of an application gateway.

Default value: None
family

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

Default value: None

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