Freigeben über


PoolOperationsExtensions.AddAsync Methode

Definition

Fügt dem angegebenen Konto einen Pool hinzu.

public static System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.PoolAddHeaders> AddAsync (this Microsoft.Azure.Batch.Protocol.IPoolOperations operations, Microsoft.Azure.Batch.Protocol.Models.PoolAddParameter pool, Microsoft.Azure.Batch.Protocol.Models.PoolAddOptions poolAddOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member AddAsync : Microsoft.Azure.Batch.Protocol.IPoolOperations * Microsoft.Azure.Batch.Protocol.Models.PoolAddParameter * Microsoft.Azure.Batch.Protocol.Models.PoolAddOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.PoolAddHeaders>
<Extension()>
Public Function AddAsync (operations As IPoolOperations, pool As PoolAddParameter, Optional poolAddOptions As PoolAddOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PoolAddHeaders)

Parameter

operations
IPoolOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

pool
PoolAddParameter

Der hinzuzufügende Pool.

poolAddOptions
PoolAddOptions

Zusätzliche Parameter für den Vorgang

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Vermeiden Sie beim Benennen von Pools vertrauliche Informationen wie Benutzernamen oder geheime Projektnamen. Diese Informationen können in Telemetrieprotokollen enthalten sein, auf die Microsoft-Supporttechniker zugreifen können.

Gilt für: