WebSiteManagementClientExtensions.RegisterSubscriptionAsync Method

Definition

Register your subscription to use Azure Web Sites.

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> RegisterSubscriptionAsync (this Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient operations);
static member RegisterSubscriptionAsync : Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function RegisterSubscriptionAsync (operations As IWebSiteManagementClient) As Task(Of AzureOperationResponse)

Parameters

operations
IWebSiteManagementClient

Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient.

Returns

Task<Microsoft.Azure.AzureOperationResponse>

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

Applies to