Freigeben über


PoolPatchBatchRequest Konstruktor

Definition

Initialisiert eine neue Instanz der PoolPatchBatchRequest-Klasse.

public PoolPatchBatchRequest (Microsoft.Azure.Batch.Protocol.BatchServiceClient serviceClient, Microsoft.Azure.Batch.Protocol.Models.PoolPatchParameter parameters, System.Threading.CancellationToken cancellationToken);
new Microsoft.Azure.Batch.Protocol.BatchRequests.PoolPatchBatchRequest : Microsoft.Azure.Batch.Protocol.BatchServiceClient * Microsoft.Azure.Batch.Protocol.Models.PoolPatchParameter * System.Threading.CancellationToken -> Microsoft.Azure.Batch.Protocol.BatchRequests.PoolPatchBatchRequest
Public Sub New (serviceClient As BatchServiceClient, parameters As PoolPatchParameter, cancellationToken As CancellationToken)

Parameter

serviceClient
BatchServiceClient

Der zu verwendende Dienstclient.

parameters
PoolPatchParameter

Die zu verwendenden Parameter.

cancellationToken
CancellationToken

Ein CancellationToken , der die Lebensdauer der Anforderung steuert.

Gilt für: