WebSiteManagementClientExtensions::RegisterSubscriptionAsync Method (IWebSiteManagementClient^)
Register your subscription to use Azure Web Sites.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public: [ExtensionAttribute] static Task<OperationResponse^>^ RegisterSubscriptionAsync( IWebSiteManagementClient^ operations )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.WebSites::IWebSiteManagementClient^
Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient.
Return Value
Type: System.Threading.Tasks::Task<OperationResponse^>^A standard service response including an HTTP status code and request ID.
Show: