Share via


IWebSiteManagementClient.RegisterSubscriptionAsync Method (CancellationToken)

 

Asynchronously registers a subscription to use Microsoft Azure Websites.

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

Syntax

Task<OperationResponse> RegisterSubscriptionAsync(
    CancellationToken cancellationToken
)
Task<OperationResponse^>^ RegisterSubscriptionAsync(
    CancellationToken cancellationToken
)
abstract RegisterSubscriptionAsync : 
        cancellationToken:CancellationToken -> Task<OperationResponse>
Function RegisterSubscriptionAsync (
    cancellationToken As CancellationToken
) As Task(Of OperationResponse)

Parameters

Return Value

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

An OperationResponse object that includes an HTTP status code and request ID.

See Also

IWebSiteManagementClient Interface
Microsoft.WindowsAzure.Management.WebSites Namespace

Return to top