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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET