WebSiteManagementClient Class

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 class WebSiteManagementClient : Hyak.Common.ServiceClient<Microsoft.WindowsAzure.Management.WebSites.WebSiteManagementClient>, IDisposable, Microsoft.WindowsAzure.Management.WebSites.IWebSiteManagementClient
type WebSiteManagementClient = class
    inherit ServiceClient<WebSiteManagementClient>
    interface IWebSiteManagementClient
    interface IDisposable
Public Class WebSiteManagementClient
Inherits ServiceClient(Of WebSiteManagementClient)
Implements IDisposable, IWebSiteManagementClient
Inheritance
Hyak.Common.ServiceClient<WebSiteManagementClient>
WebSiteManagementClient
Implements

Constructors

WebSiteManagementClient()

Initializes a new instance of the WebSiteManagementClient class.

WebSiteManagementClient(HttpClient)

Initializes a new instance of the WebSiteManagementClient class.

WebSiteManagementClient(SubscriptionCloudCredentials)

Initializes a new instance of the WebSiteManagementClient class.

WebSiteManagementClient(SubscriptionCloudCredentials, HttpClient)

Initializes a new instance of the WebSiteManagementClient class.

WebSiteManagementClient(SubscriptionCloudCredentials, Uri)

Initializes a new instance of the WebSiteManagementClient class.

WebSiteManagementClient(SubscriptionCloudCredentials, Uri, HttpClient)

Initializes a new instance of the WebSiteManagementClient class.

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

Clone(ServiceClient<WebSiteManagementClient>)

Clones properties from current instance to another WebSiteManagementClient instance

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