CloudTable Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CloudTable(Uri) | |
CloudTable(StorageUri, StorageCredentials) | |
CloudTable(Uri, StorageCredentials) |
CloudTable(Uri)
public CloudTable (Uri tableAddress);
new Microsoft.Azure.Cosmos.Table.CloudTable : Uri -> Microsoft.Azure.Cosmos.Table.CloudTable
Public Sub New (tableAddress As Uri)
Parameters
- tableAddress
- Uri
Applies to
CloudTable(StorageUri, StorageCredentials)
public CloudTable (Microsoft.Azure.Cosmos.Table.StorageUri tableAddress, Microsoft.Azure.Cosmos.Table.StorageCredentials credentials);
new Microsoft.Azure.Cosmos.Table.CloudTable : Microsoft.Azure.Cosmos.Table.StorageUri * Microsoft.Azure.Cosmos.Table.StorageCredentials -> Microsoft.Azure.Cosmos.Table.CloudTable
Public Sub New (tableAddress As StorageUri, credentials As StorageCredentials)
Parameters
- tableAddress
- StorageUri
- credentials
- StorageCredentials
Applies to
CloudTable(Uri, StorageCredentials)
public CloudTable (Uri tableAbsoluteUri, Microsoft.Azure.Cosmos.Table.StorageCredentials credentials);
new Microsoft.Azure.Cosmos.Table.CloudTable : Uri * Microsoft.Azure.Cosmos.Table.StorageCredentials -> Microsoft.Azure.Cosmos.Table.CloudTable
Public Sub New (tableAbsoluteUri As Uri, credentials As StorageCredentials)
Parameters
- tableAbsoluteUri
- Uri
- credentials
- StorageCredentials
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET