Freigeben über


PoolOperationsExtensions.UpdatePropertiesAsync Methode

Definition

Updates die Eigenschaften des angegebenen Pools.

public static System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.PoolUpdatePropertiesHeaders> UpdatePropertiesAsync (this Microsoft.Azure.Batch.Protocol.IPoolOperations operations, string poolId, Microsoft.Azure.Batch.Protocol.Models.PoolUpdatePropertiesParameter poolUpdatePropertiesParameter, Microsoft.Azure.Batch.Protocol.Models.PoolUpdatePropertiesOptions poolUpdatePropertiesOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member UpdatePropertiesAsync : Microsoft.Azure.Batch.Protocol.IPoolOperations * string * Microsoft.Azure.Batch.Protocol.Models.PoolUpdatePropertiesParameter * Microsoft.Azure.Batch.Protocol.Models.PoolUpdatePropertiesOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.PoolUpdatePropertiesHeaders>
<Extension()>
Public Function UpdatePropertiesAsync (operations As IPoolOperations, poolId As String, poolUpdatePropertiesParameter As PoolUpdatePropertiesParameter, Optional poolUpdatePropertiesOptions As PoolUpdatePropertiesOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PoolUpdatePropertiesHeaders)

Parameter

operations
IPoolOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

poolId
String

Die ID des zu aktualisierenden Pools.

poolUpdatePropertiesParameter
PoolUpdatePropertiesParameter

Die Parameter für die Anforderung.

poolUpdatePropertiesOptions
PoolUpdatePropertiesOptions

Zusätzliche Parameter für den Vorgang

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Dadurch werden alle aktualisierbaren Eigenschaften des Pools vollständig ersetzt. Wenn dem Pool beispielsweise ein StartTask zugeordnet ist und StartTask mit dieser Anforderung nicht angegeben ist, entfernt der Batch-Dienst den vorhandenen StartTask.

Gilt für: