Freigeben über


CertificateCancelDeletionBatchRequest Konstruktor

Definition

Initialisiert eine neue Instanz der CertificateCancelDeletionBatchRequest-Klasse.

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

Parameter

serviceClient
BatchServiceClient

Der zu verwendende Dienstclient.

cancellationToken
CancellationToken

Ein CancellationToken , der die Lebensdauer der Anforderung steuert.

Gilt für: