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)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.CloudContext
Syntax
public static class CloudContext
public ref class CloudContext abstract sealed
[<AbstractClass>]
[<Sealed>]
type CloudContext = class end
Public NotInheritable Class CloudContext
Properties
Name | Description | |
---|---|---|
Clients | Gets an object that provides a collection of available clients. |
|
Configuration | Gets an object that contains utilities that can be used to obtain configuration settings for available clients. |
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.
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 Namespace
Return to top