Share via


WebSiteManagementClient Members

Represents a Websites service management client.

The following tables list the members exposed by the WebSiteManagementClient type.

Public Constructors

  Name Description
  WebSiteManagementClient Overloaded.  

Top

Public Properties

  Name Description
ApiVersion Gets the API version.
BaseUri Gets the URI that is used as the base for all Service Management requests.
Credentials Gets an SubscriptionCloudCredentials object that specifies the subscription credentials.
HttpClient  Gets the HttpClient that is used for making HTTP requests. (Inherited from ServiceClient)
LongRunningOperationInitialTimeout Gets or sets the initial timeout for Long Running Operations.
LongRunningOperationRetryTimeout Gets or sets the retry timeout for Long Running Operations.
UserAgent  Gets the UserAgent collection. This collection can be modified with custom user agent strings. (Inherited from ServiceClient)
WebHostingPlans Operations for managing web hosting plans beneath your subscription.
WebSites Gets an IWebSiteOperations object that specifies the operations for managing the websites in a web space.
WebSpaces Gets an IWebSpaceOperations object that specifies the operations for managing web spaces in a subscription.

Top

Public Methods

(see also Protected Methods)

  Name Description
Create Creates a Websites service management client.
Dispose  Releases the resources that are used by the current instance of the ServiceClient class. (Inherited from ServiceClient)
Equals  (Inherited from Object)
GetHashCode  (Inherited from Object)
GetOperationStatusAsync 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)
GetType  (Inherited from Object)
RegisterSubscriptionAsync Asynchronously registers a subscription to use Microsoft Azure Websites.
ToString  (Inherited from Object)
UnregisterSubscriptionAsync Asynchronously unregisters a subscription to use Microsoft Azure Websites.
WithHandler  Overloaded. (Inherited from ServiceClient)
WithHandler Overridden. Creates a Websites service management client with a specified handler.
WithHandlers  (Inherited from ServiceClient)

Top

Protected Methods

(see also Extension Methods)

  Name Description
Clone Overridden. Creates a deep copy of the WebSiteManagementClient object.
Finalize  (Inherited from Object)
InitializeHttpClient  Initializes HttpClient. (Inherited from ServiceClient)
MemberwiseClone  (Inherited from Object)
WithHandler  Overloaded. (Inherited from ServiceClient)

Top

Extension Methods

  Name Description
GetOperationStatus  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) (Defined by WebSiteManagementClientExtensions.)
GetOperationStatusAsync  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) (Defined by WebSiteManagementClientExtensions.)
RegisterSubscription  Register your subscription to use Azure Web Sites. (Defined by WebSiteManagementClientExtensions.)
RegisterSubscriptionAsync  Register your subscription to use Azure Web Sites. (Defined by WebSiteManagementClientExtensions.)
UnregisterSubscription  Unregister your subscription to use Azure Web Sites. (Defined by WebSiteManagementClientExtensions.)
UnregisterSubscriptionAsync  Unregister your subscription to use Azure Web Sites. (Defined by WebSiteManagementClientExtensions.)

Top

See Also

Reference

WebSiteManagementClient Class
Microsoft.WindowsAzure.Management.WebSites Namespace