CloudTable.Create Method
From Windows Runtime Azure Storage Client Library
Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
| Visual Basic |
|---|
Dim tableAddress As StorageUri Dim credentials As StorageCredentials Dim returnValue As CloudTable returnValue = CloudTable.Create(tableAddress, credentials) |
Syntax
| Visual Basic |
|---|
Public Shared Function Create ( _ tableAddress As StorageUri, _ credentials As StorageCredentials _ ) As CloudTable |
| C# |
|---|
public static CloudTable Create ( StorageUri tableAddress, StorageCredentials credentials ) |
| C++ |
|---|
public: static CloudTable^ Create ( StorageUri^ tableAddress, StorageCredentials^ credentials ) |
| J# |
|---|
public static CloudTable Create ( StorageUri tableAddress, StorageCredentials credentials ) |
| JScript |
|---|
public static function Create ( tableAddress : StorageUri, credentials : StorageCredentials ) : CloudTable |
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.