Freigeben über


ApplicationGatewaySku Konstruktoren

Definition

Überlädt

ApplicationGatewaySku()

Initialisiert eine neue instance der ApplicationGatewaySku-Klasse.

ApplicationGatewaySku(ApplicationGatewaySkuName, ApplicationGatewayTier, Nullable<Int32>)

Initialisiert eine neue instance der ApplicationGatewaySku-Klasse.

ApplicationGatewaySku()

Initialisiert eine neue instance der ApplicationGatewaySku-Klasse.

public ApplicationGatewaySku ();
Public Sub New ()

Gilt für:

ApplicationGatewaySku(ApplicationGatewaySkuName, ApplicationGatewayTier, Nullable<Int32>)

Initialisiert eine neue instance der ApplicationGatewaySku-Klasse.

public ApplicationGatewaySku (Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewaySkuName name = default, Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayTier tier = default, int? capacity = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewaySku : Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewaySkuName * Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayTier * Nullable<int> -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewaySku
Public Sub New (Optional name As ApplicationGatewaySkuName = Nothing, Optional tier As ApplicationGatewayTier = Nothing, Optional capacity As Nullable(Of Integer) = Nothing)

Parameter

name
ApplicationGatewaySkuName

Name einer Anwendungsgateway-SKU. Mögliche Werte: "Standard_Small", "Standard_Medium", "Standard_Large", "WAF_Medium", "WAF_Large", "Standard_v2", "WAF_v2"

tier
ApplicationGatewayTier

Ebene eines Anwendungsgateways. Mögliche Werte: "Standard", "WAF", "Standard_v2", "WAF_v2"

capacity
Nullable<Int32>

Kapazität (instance Anzahl) eines Anwendungsgateways.

Gilt für: