WebSiteManagementClientExtensions Class
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 https://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for more information)
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.WebSiteManagementClientExtensions
Syntax
public static class WebSiteManagementClientExtensions
[ExtensionAttribute]
public ref class WebSiteManagementClientExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type WebSiteManagementClientExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class WebSiteManagementClientExtensions
Methods
Name | Description | |
---|---|---|
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 https://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 https://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. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure Namespace
Return to top