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 | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
CreateWebSiteExtensionsClient() | Overloaded. (Defined by WebSiteExtensionsDiscoveryExtensions.) |
|
CreateWebSiteExtensionsClient(BasicAuthenticationCloudCredentials, String) | Overloaded. (Defined by WebSiteExtensionsDiscoveryExtensions.) |
|
CreateWebSiteExtensionsClient(BasicAuthenticationCloudCredentials, String, Uri) | Overloaded. (Defined by WebSiteExtensionsDiscoveryExtensions.) |
|
CreateWebSiteManagementClient() | Overloaded. Creates a web site management client.(Defined by WebSiteManagementDiscoveryExtensions.) |
|
CreateWebSiteManagementClient(SubscriptionCloudCredentials) | Overloaded. Creates a web site management client.(Defined by WebSiteManagementDiscoveryExtensions.) |
|
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