Share via


CloudClients Class

 

Represents a collection of available clients.

Namespace:   Microsoft.WindowsAzure.Common
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Common.CloudClients

Syntax

public sealed class CloudClients
public ref class CloudClients sealed 
[<Sealed>]
type CloudClients = class end
Public NotInheritable Class CloudClients

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Extension Methods

Name Description
System_CAPS_pubmethod CreateWebSiteExtensionsClient()

Overloaded. (Defined by WebSiteExtensionsDiscoveryExtensions.)

System_CAPS_pubmethod CreateWebSiteExtensionsClient(BasicAuthenticationCloudCredentials, String)

Overloaded. (Defined by WebSiteExtensionsDiscoveryExtensions.)

System_CAPS_pubmethod CreateWebSiteExtensionsClient(BasicAuthenticationCloudCredentials, String, Uri)

Overloaded. (Defined by WebSiteExtensionsDiscoveryExtensions.)

System_CAPS_pubmethod CreateWebSiteManagementClient()

Overloaded. Creates a web site management client.(Defined by WebSiteManagementDiscoveryExtensions.)

System_CAPS_pubmethod CreateWebSiteManagementClient(SubscriptionCloudCredentials)

Overloaded. Creates a web site management client.(Defined by WebSiteManagementDiscoveryExtensions.)

System_CAPS_pubmethod CreateWebSiteManagementClient(SubscriptionCloudCredentials, Uri)

Overloaded. Creates a web site management client.(Defined by WebSiteManagementDiscoveryExtensions.)

Remarks

You can obtain the object by using Clients.

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.Common Namespace

Return to top