SchedulerManagementClient.UnregisterResourceProviderAsync Method

Definition

Unregister the Scheduler resource provider with your subscription.

public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> UnregisterResourceProviderAsync (System.Threading.CancellationToken cancellationToken);
abstract member UnregisterResourceProviderAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
override this.UnregisterResourceProviderAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function UnregisterResourceProviderAsync (cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

Task<Microsoft.Azure.AzureOperationResponse>

A standard service response including an HTTP status code and request ID.

Implements

Applies to