StorageManagementClient.Create Method

Initializes a new StorageManagementClient instance for the specified URI scheme.

Namespace: Microsoft.WindowsAzure.Management.Storage
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)

Usage

'Usage
Dim settings As IDictionary(Of String, Object)
Dim returnValue As StorageManagementClient

returnValue = StorageManagementClient.Create(settings)

Syntax

'Declaration
Public Shared Function Create ( _
    settings As IDictionary(Of String, Object) _
) As StorageManagementClient
public static StorageManagementClient Create (
    IDictionary<string,Object> settings
)
public:
static StorageManagementClient^ Create (
    IDictionary<String^, Object^>^ settings
)
public static StorageManagementClient Create (
    IDictionary<String,Object> settings
)
public static function Create (
    settings : IDictionary<String,Object>
) : StorageManagementClient

Parameters

  • settings
    The settings.

Return Value

The StorageManagementClient object for the specified URI scheme.

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

StorageManagementClient Class
StorageManagementClient Members
Microsoft.WindowsAzure.Management.Storage Namespace