ApplicationGatewaySku Class

Definition

SKU of an application gateway.

public class ApplicationGatewaySku
type ApplicationGatewaySku = class
Public Class ApplicationGatewaySku
Inheritance
ApplicationGatewaySku

Constructors

ApplicationGatewaySku()

Initializes a new instance of the ApplicationGatewaySku class.

ApplicationGatewaySku(ApplicationGatewaySkuName, ApplicationGatewayTier, Nullable<Int32>)

Initializes a new instance of the ApplicationGatewaySku class.

Properties

Capacity

Gets or sets capacity (instance count) of an application gateway.

Name

Gets or sets name of an application gateway SKU. Possible values include: 'Standard_Small', 'Standard_Medium', 'Standard_Large', 'WAF_Medium', 'WAF_Large', 'Standard_v2', 'WAF_v2'

Tier

Gets or sets tier of an application gateway. Possible values include: 'Standard', 'WAF', 'Standard_v2', 'WAF_v2'

Applies to