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)

System::Object
  Microsoft.WindowsAzure.Common::ServiceClient<T>
    Microsoft.WindowsAzure.WebSitesExtensions::WebSiteExtensionsClient

public ref class WebSiteExtensionsClient : ServiceClient<WebSiteExtensionsClient^>, 
	IWebSiteExtensionsClient, IDisposable

NameDescription
System_CAPS_pubmethodWebSiteExtensionsClient(String^, BasicAuthenticationCloudCredentials^)

Initializes a new instance of the WebSiteExtensionsClient class.

System_CAPS_pubmethodWebSiteExtensionsClient(String^, BasicAuthenticationCloudCredentials^, HttpClient^)

Initializes a new instance of the WebSiteExtensionsClient class.

System_CAPS_pubmethodWebSiteExtensionsClient(String^, BasicAuthenticationCloudCredentials^, Uri^)

Initializes a new instance of the WebSiteExtensionsClient class.

System_CAPS_pubmethodWebSiteExtensionsClient(String^, BasicAuthenticationCloudCredentials^, Uri^, HttpClient^)

Initializes a new instance of the WebSiteExtensionsClient class.

NameDescription
System_CAPS_pubpropertyApiVersion

Gets the API version.

System_CAPS_pubpropertyBaseUri

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

System_CAPS_pubpropertyContinuousWebJobs

Operations for managing continuous WebJobs.

System_CAPS_pubpropertyCredentials

TBD.

System_CAPS_pubpropertyDeployments

Operations for managing the repositories.

System_CAPS_pubpropertyDiagnostics

Operations for managing the diagnostics settings.

System_CAPS_pubpropertyHttpClient

Gets the HttpClient that is used for making HTTP requests.(Inherited from ServiceClient<T>.)

System_CAPS_protpropertyHttpMessageHandler

Gets a reference to an HTTP handler.(Inherited from ServiceClient<T>.)

System_CAPS_pubpropertyLongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

System_CAPS_pubpropertyLongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

System_CAPS_pubpropertyRepository

Operations for managing the repository.

System_CAPS_pubpropertySettings

Operations for managing the settings.

System_CAPS_pubpropertySiteName

The site name.

System_CAPS_pubpropertyTriggeredWebJobs

Operations for managing Triggered WebJobs.

System_CAPS_pubpropertyUserAgent

Gets the UserAgent collection. This collection can be modified with custom user agent strings.(Inherited from ServiceClient<T>.)

NameDescription
System_CAPS_protmethodClone(ServiceClient<WebSiteExtensionsClient^>^)

Clones properties from current instance to another WebSiteExtensionsClient instance(Overrides ServiceClient<T>::Clone(ServiceClient<T>^).)

System_CAPS_pubmethodSystem_CAPS_staticCreate(IDictionary<String^, Object^>^)

System_CAPS_pubmethodDispose()

Releases the resources that are used by the current instance of the ServiceClient<T> class.(Inherited from ServiceClient<T>.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodInitializeHttpClient(HttpMessageHandler^)

Initializes HttpClient.(Inherited from ServiceClient<T>.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWithHandler(DelegatingHandler^)
System_CAPS_protmethodWithHandler(ServiceClient<T>^, DelegatingHandler^)

Extends the ServiceClient with a new handler.(Inherited from ServiceClient<T>.)

System_CAPS_pubmethodWithHandlers(IEnumerable<DelegatingHandler^>^)

(Inherited from ServiceClient<T>.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: