WebSiteManagementClientExtensions.UnregisterSubscription Method (IWebSiteManagementClient)
Unregister your subscription to use Azure Web Sites.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public static OperationResponse UnregisterSubscription(
this IWebSiteManagementClient operations
)
public:
[ExtensionAttribute]
static OperationResponse^ UnregisterSubscription(
IWebSiteManagementClient^ operations
)
static member UnregisterSubscription :
operations:IWebSiteManagementClient -> OperationResponse
<ExtensionAttribute>
Public Shared Function UnregisterSubscription (
operations As IWebSiteManagementClient
) As OperationResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClientReference to the Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient.
Return Value
Type: Microsoft.WindowsAzure.OperationResponse
A standard service response including an HTTP status code and request ID.
See Also
WebSiteManagementClientExtensions Class
Microsoft.WindowsAzure Namespace
Return to top