Share via


SchedulerManagementClient.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

public Task<AzureOperationResponse> UnregisterResourceProviderAsync(
    CancellationToken cancellationToken
)
public:
virtual Task<AzureOperationResponse^>^ UnregisterResourceProviderAsync(
    CancellationToken cancellationToken
) sealed
abstract UnregisterResourceProviderAsync : 
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
override UnregisterResourceProviderAsync : 
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Public 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.

Implements

ISchedulerManagementClient.UnregisterResourceProviderAsync(CancellationToken)

See Also

SchedulerManagementClient Class
Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top