PoolOperationsExtensions.EnableAutoScaleAsync Methode
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.
Aktiviert die automatische Skalierung für einen Pool.
public static System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.PoolEnableAutoScaleHeaders> EnableAutoScaleAsync (this Microsoft.Azure.Batch.Protocol.IPoolOperations operations, string poolId, Microsoft.Azure.Batch.Protocol.Models.PoolEnableAutoScaleParameter poolEnableAutoScaleParameter, Microsoft.Azure.Batch.Protocol.Models.PoolEnableAutoScaleOptions poolEnableAutoScaleOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member EnableAutoScaleAsync : Microsoft.Azure.Batch.Protocol.IPoolOperations * string * Microsoft.Azure.Batch.Protocol.Models.PoolEnableAutoScaleParameter * Microsoft.Azure.Batch.Protocol.Models.PoolEnableAutoScaleOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.PoolEnableAutoScaleHeaders>
<Extension()>
Public Function EnableAutoScaleAsync (operations As IPoolOperations, poolId As String, poolEnableAutoScaleParameter As PoolEnableAutoScaleParameter, Optional poolEnableAutoScaleOptions As PoolEnableAutoScaleOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PoolEnableAutoScaleHeaders)
Parameter
- operations
- IPoolOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- poolId
- String
Die ID des Pools, für den die automatische Skalierung aktiviert werden soll.
- poolEnableAutoScaleParameter
- PoolEnableAutoScaleParameter
Die Parameter für die Anforderung.
- poolEnableAutoScaleOptions
- PoolEnableAutoScaleOptions
Zusätzliche Parameter für den Vorgang
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Sie können die automatische Skalierung für einen Pool nicht aktivieren, wenn im Pool ein Vorgang zur Größenänderung ausgeführt wird. Wenn die automatische Skalierung des Pools derzeit deaktiviert ist, müssen Sie eine gültige Formel für die automatische Skalierung als Teil der Anforderung angeben. Wenn die automatische Skalierung des Pools bereits aktiviert ist, können Sie eine neue Formel für die automatische Skalierung und/oder ein neues Auswertungsintervall angeben. Sie können diese API nicht mehr als einmal alle 30 Sekunden für denselben Pool aufrufen.
Gilt für:
Azure SDK for .NET