Freigeben über


ComputeNodeReimageBatchRequest Konstruktor

Definition

Initialisiert eine neue Instanz der ComputeNodeReimageBatchRequest-Klasse.

public ComputeNodeReimageBatchRequest (Microsoft.Azure.Batch.Protocol.BatchServiceClient serviceClient, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeReimageOption? parameters, System.Threading.CancellationToken cancellationToken);
new Microsoft.Azure.Batch.Protocol.BatchRequests.ComputeNodeReimageBatchRequest : Microsoft.Azure.Batch.Protocol.BatchServiceClient * Nullable<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeReimageOption> * System.Threading.CancellationToken -> Microsoft.Azure.Batch.Protocol.BatchRequests.ComputeNodeReimageBatchRequest
Public Sub New (serviceClient As BatchServiceClient, parameters As Nullable(Of ComputeNodeReimageOption), cancellationToken As CancellationToken)

Parameter

serviceClient
BatchServiceClient

Der zu verwendende Dienstclient.

parameters
Nullable<ComputeNodeReimageOption>

Die zu verwendenden Parameter.

cancellationToken
CancellationToken

Ein CancellationToken , der die Lebensdauer der Anforderung steuert.

Gilt für: