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)

System.Object
  Microsoft.WindowsAzure.CloudContext

Public NotInheritable Class CloudContext

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticClients

Gets an object that provides a collection of available clients.

System_CAPS_pubpropertySystem_CAPS_staticConfiguration

Gets an object that contains utilities that can be used to obtain configuration settings for available clients.

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.

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: