Share via


CertificateOperation.UpdateStatusAsync(CancellationToken) Method

Definition

Updates the status of the certificate operation.

public override System.Threading.Tasks.ValueTask<Azure.Response> UpdateStatusAsync (System.Threading.CancellationToken cancellationToken = default);
override this.UpdateStatusAsync : System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<Azure.Response>
Public Overrides Function UpdateStatusAsync (Optional cancellationToken As CancellationToken = Nothing) As ValueTask(Of Response)

Parameters

cancellationToken
CancellationToken

A CancellationToken controlling the request lifetime.

Returns

The raw response of the poll operation.

Remarks

This operation requires the certificates/get permission.

Applies to