Freigeben über


IWithInstanceCount.WithAutoscale(Int32, Int32) Methode

Definition

Gibt die automatische Skalierung min und max an.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate WithAutoscale (int minCapacity, int maxCapacity);
abstract member WithAutoscale : int * int -> Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate
Public Function WithAutoscale (minCapacity As Integer, maxCapacity As Integer) As IUpdate

Parameter

minCapacity
Int32

Untergrenze für die Anzahl der Application Gateway Kapazität.

maxCapacity
Int32

Obergrenze für die Anzahl der Application Gateway Kapazität.

Gibt zurück

Die nächste Phase des Updates.

Gilt für: