CloudTable Constructor (Uri, StorageCredentials)

Windows Runtime Azure Storage Client Library

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

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