WebSiteManagementClient.UnregisterSubscriptionAsync(CancellationToken) Method

Definition

Unregister your subscription to use Azure Web Sites.

public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> UnregisterSubscriptionAsync (System.Threading.CancellationToken cancellationToken);
abstract member UnregisterSubscriptionAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
override this.UnregisterSubscriptionAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function UnregisterSubscriptionAsync (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