WebSiteManagementClientExtensions.UnregisterSubscriptionAsync Method (IWebSiteManagementClient)
Unregister your subscription to use Azure Web Sites.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public static Task<OperationResponse> UnregisterSubscriptionAsync( this 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: