Initializes a new instance of the
CloudTable class.
Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
| Visual Basic |
|---|
Dim tableAbsoluteUri As Uri
Dim credentials As StorageCredentials
Dim instance As New CloudTable(tableAbsoluteUri, credentials) |
Syntax
| Visual Basic |
|---|
Public Sub New ( _
tableAbsoluteUri As Uri, _
credentials As StorageCredentials _
) |
| C# |
|---|
public CloudTable (
Uri tableAbsoluteUri,
StorageCredentials credentials
) |
| C++ |
|---|
public:
CloudTable (
Uri^ tableAbsoluteUri,
StorageCredentials^ credentials
) |
| J# |
|---|
public CloudTable (
Uri tableAbsoluteUri,
StorageCredentials credentials
) |
| JScript |
|---|
public function CloudTable (
tableAbsoluteUri : Uri,
credentials : StorageCredentials
) |
Parameters
- tableAbsoluteUri
A Uri specifying the absolute URI to the table.
- credentials
A StorageCredentials object.
Remarks
Platforms
See Also