CloudTableClient Constructor

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Overload List

NameDescription
CloudTableClient (String, StorageCredentials)Initializes a new instance of the CloudTableClient class using the specified Table service endpoint as a string, and the Storage account credentials.
CloudTableClient (Uri, StorageCredentials)Initializes a new instance of the CloudTableClient class using the specified Table service endpoint URI, and the Storage account credentials.

See Also