ComputeNodeOperationsExtensions.AddUserAsync 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.
Fügt dem angegebenen Computeknoten ein Benutzerkonto hinzu.
public static System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeAddUserHeaders> AddUserAsync (this Microsoft.Azure.Batch.Protocol.IComputeNodeOperations operations, string poolId, string nodeId, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeUser user, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeAddUserOptions computeNodeAddUserOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member AddUserAsync : Microsoft.Azure.Batch.Protocol.IComputeNodeOperations * string * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeUser * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeAddUserOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeAddUserHeaders>
<Extension()>
Public Function AddUserAsync (operations As IComputeNodeOperations, poolId As String, nodeId As String, user As ComputeNodeUser, Optional computeNodeAddUserOptions As ComputeNodeAddUserOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ComputeNodeAddUserHeaders)
Parameter
- operations
- IComputeNodeOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- poolId
- String
Die ID des Pools, der den Computeknoten enthält.
- nodeId
- String
Die ID des Computers, auf dem Sie ein Benutzerkonto erstellen möchten.
- user
- ComputeNodeUser
Das zu erstellende Benutzerkonto.
- computeNodeAddUserOptions
- ComputeNodeAddUserOptions
Zusätzliche Parameter für den Vorgang
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Sie können einem Computeknoten ein Benutzerkonto nur hinzufügen, wenn es sich im Leerlauf- oder Ausführungszustand befindet.
Gilt für:
Azure SDK for .NET