IWebSiteManagementClient Interface

Definition

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 interface IWebSiteManagementClient : IDisposable
type IWebSiteManagementClient = interface
    interface IDisposable
Public Interface IWebSiteManagementClient
Implements IDisposable
Derived
Implements

Properties

ApiVersion

Gets the API version.

BaseUri

Gets the URI used as the base for all cloud service requests.

Credentials

Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

WebHostingPlans

Operations for managing web hosting plans beneath your subscription.

WebSites

Operations for managing the web sites in a web space. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for more information)

WebSpaces

Operations for managing web spaces beneath your subscription.

Methods

GetOperationStatusAsync(String, String, String, CancellationToken)

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)

RegisterSubscriptionAsync(CancellationToken)

Register your subscription to use Azure Web Sites.

UnregisterSubscriptionAsync(CancellationToken)

Unregister your subscription to use Azure Web Sites.

Extension 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