CloudTable Constructor (Uri)

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 tableAddress As Uri

Dim instance As New CloudTable(tableAddress)

Syntax

Visual Basic
Public Sub New ( _
	tableAddress As Uri _
)
C#
public CloudTable (
	Uri tableAddress
)
C++
public:
CloudTable (
	Uri^ tableAddress
)
J#
public CloudTable (
	Uri tableAddress
)
JScript
public function CloudTable (
	tableAddress : Uri
)

Parameters

tableAddress

A Uri specifying the absolute URI to the table.

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