WebSiteExtensionsClient Class
The websites extensions client manages the web sites deployments, web jobs and other extensions.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Common.ServiceClient<T>
Microsoft.WindowsAzure.WebSitesExtensions.WebSiteExtensionsClient
Syntax
public class WebSiteExtensionsClient : ServiceClient<WebSiteExtensionsClient>,
IWebSiteExtensionsClient, IDisposable
public ref class WebSiteExtensionsClient : ServiceClient<WebSiteExtensionsClient^>,
IWebSiteExtensionsClient, IDisposable
type WebSiteExtensionsClient =
class
inherit ServiceClient<WebSiteExtensionsClient>
interface IWebSiteExtensionsClient
interface IDisposable
end
Public Class WebSiteExtensionsClient
Inherits ServiceClient(Of WebSiteExtensionsClient)
Implements IWebSiteExtensionsClient, IDisposable
Constructors
Name | Description | |
---|---|---|
WebSiteExtensionsClient(String, BasicAuthenticationCloudCredentials) | Initializes a new instance of the WebSiteExtensionsClient class. |
|
WebSiteExtensionsClient(String, BasicAuthenticationCloudCredentials, HttpClient) | Initializes a new instance of the WebSiteExtensionsClient class. |
|
WebSiteExtensionsClient(String, BasicAuthenticationCloudCredentials, Uri) | Initializes a new instance of the WebSiteExtensionsClient class. |
|
WebSiteExtensionsClient(String, BasicAuthenticationCloudCredentials, Uri, HttpClient) | Initializes a new instance of the WebSiteExtensionsClient class. |
Properties
Name | Description | |
---|---|---|
ApiVersion | Gets the API version. |
|
BaseUri | Gets the URI used as the base for all cloud service requests. |
|
ContinuousWebJobs | Operations for managing continuous WebJobs. |
|
Credentials | TBD. |
|
Deployments | Operations for managing the repositories. |
|
Diagnostics | Operations for managing the diagnostics settings. |
|
HttpClient | Gets the HttpClient that is used for making HTTP requests.(Inherited from ServiceClient<T>.) |
|
HttpMessageHandler | Gets a reference to an HTTP handler.(Inherited from ServiceClient<T>.) |
|
LongRunningOperationInitialTimeout | Gets or sets the initial timeout for Long Running Operations. |
|
LongRunningOperationRetryTimeout | Gets or sets the retry timeout for Long Running Operations. |
|
Repository | Operations for managing the repository. |
|
Settings | Operations for managing the settings. |
|
SiteName | The site name. |
|
TriggeredWebJobs | Operations for managing Triggered WebJobs. |
|
UserAgent | Gets the UserAgent collection. This collection can be modified with custom user agent strings.(Inherited from ServiceClient<T>.) |
Methods
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.WebSitesExtensions Namespace
Return to top