WebSiteManagementClientExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Web Sites Management API provides a RESTful set of web services that interact with the Windows Azure Web Sites service to manage your web sites. The API has entities that capture the relationship between an end user and Windows Azure Web Sites service. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for more information)
public static class WebSiteManagementClientExtensions
type WebSiteManagementClientExtensions = class
Public Module WebSiteManagementClientExtensions
- Inheritance
-
WebSiteManagementClientExtensions
Methods
GetOperationStatus(IWebSiteManagementClient, String, String, String) |
The Get Operation Status operation returns the status of the specified operation. After calling a long-running operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, timed out, or is still in progress. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information) |
GetOperationStatusAsync(IWebSiteManagementClient, String, String, String) |
The Get Operation Status operation returns the status of the specified operation. After calling a long-running operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, timed out, or is still in progress. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information) |
RegisterSubscription(IWebSiteManagementClient) |
Register your subscription to use Azure Web Sites. |
RegisterSubscriptionAsync(IWebSiteManagementClient) |
Register your subscription to use Azure Web Sites. |
UnregisterSubscription(IWebSiteManagementClient) |
Unregister your subscription to use Azure Web Sites. |
UnregisterSubscriptionAsync(IWebSiteManagementClient) |
Unregister your subscription to use Azure Web Sites. |
Applies to
Azure SDK for .NET