CloudStorageAccountExtensions.CreateCloudTableClient Method
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.
Creates the Table service client.
public static Microsoft.Azure.Cosmos.Table.CloudTableClient CreateCloudTableClient (this Microsoft.Azure.Cosmos.Table.CloudStorageAccount account, Microsoft.Azure.Cosmos.Table.TableClientConfiguration configuration = default);
static member CreateCloudTableClient : Microsoft.Azure.Cosmos.Table.CloudStorageAccount * Microsoft.Azure.Cosmos.Table.TableClientConfiguration -> Microsoft.Azure.Cosmos.Table.CloudTableClient
<Extension()>
Public Function CreateCloudTableClient (account As CloudStorageAccount, Optional configuration As TableClientConfiguration = Nothing) As CloudTableClient
Parameters
- account
- CloudStorageAccount
A CloudStorageAccount representing a Microsoft Azure Storage account.
- configuration
- TableClientConfiguration
(Optional) The configuration for the table client. If none is passed, the default is used depending on service type. TableClientConfiguration
Returns
A CloudTableClient object.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET