Class ApplicationGatewaySku
Inheritance
System.Object
ApplicationGatewaySku
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewaySku
Fields
View SourceCapacity
The Capacity of the SKU to use for this Application Gateway. When using a V1 SKU this value must be between 1 and 32, and 1 to 125 for a V2 SKU. This property is optional if autoscale_configuration is set.
Declaration
public readonly int? Capacity
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Name
The Name of the SKU to use for this Application Gateway. Possible values are Standard_Small, Standard_Medium, Standard_Large, Standard_v2, WAF_Medium, WAF_Large, and WAF_v2.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Tier
The Tier of the SKU to use for this Application Gateway. Possible values are Standard, Standard_v2, WAF and WAF_v2.
Declaration
public readonly string Tier
Field Value
| Type | Description |
|---|---|
| System.String |