WebSiteManagementClient.RegisterSubscriptionAsync(CancellationToken) Method

Definition

Register your subscription to use Azure Web Sites.

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