ApplicationGatewaySku Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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 einer Anwendungsgateway-SKU. Mögliche Werte: "Standard_Small", "Standard_Medium", "Standard_Large", "WAF_Medium", "WAF_Large", "Standard_v2", "WAF_v2"
Ebene eines Anwendungsgateways. Mögliche Werte: "Standard", "WAF", "Standard_v2", "WAF_v2"
Gilt für:
Azure SDK for .NET