Share via


CloudContext Class

Represents a list of clients that are available and the appropriate configuration settings.

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

Syntax

'Declaration
Public NotInheritable Class CloudContext
public static class CloudContext
public ref class CloudContext abstract sealed
public final class CloudContext
public final class CloudContext

Remarks

The CloudContext class is your primary entry point for getting started with Windows Azure client libraries. The CloudContext class is static to make it easier to use, but all other classes should be instances so they can be targeted by extension methods.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.CloudContext

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.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

CloudContext Members
Microsoft.WindowsAzure Namespace