Share via


ISchedulerManagementClient.UnregisterResourceProviderAsync Method (CancellationToken)

 

Unregister the Scheduler resource provider with your subscription.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

Task<AzureOperationResponse> UnregisterResourceProviderAsync(
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ UnregisterResourceProviderAsync(
    CancellationToken cancellationToken
)
abstract UnregisterResourceProviderAsync : 
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function UnregisterResourceProviderAsync (
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<AzureOperationResponse>

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

See Also

ISchedulerManagementClient Interface
Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top