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, TableClientConfiguration) |
Initializes a new instance of the CloudTable class. |
CloudTable(StorageUri, StorageCredentials, TableClientConfiguration) |
Initializes a new instance of the CloudTable class. |
CloudTable(Uri, StorageCredentials, TableClientConfiguration) |
Initializes a new instance of the CloudTable class. |
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
CloudTable(Uri, TableClientConfiguration)
Initializes a new instance of the CloudTable class.
public CloudTable (Uri tableAddress, Microsoft.Azure.Cosmos.Table.TableClientConfiguration configuration = default);
new Microsoft.Azure.Cosmos.Table.CloudTable : Uri * Microsoft.Azure.Cosmos.Table.TableClientConfiguration -> Microsoft.Azure.Cosmos.Table.CloudTable
Public Sub New (tableAddress As Uri, Optional configuration As TableClientConfiguration = Nothing)
Parameters
- configuration
- TableClientConfiguration
Represents the configuration settings associated with CloudTableClient. If none is passed, the default is applied.
Applies to
CloudTable(StorageUri, StorageCredentials, TableClientConfiguration)
Initializes a new instance of the CloudTable class.
public CloudTable (Microsoft.Azure.Cosmos.Table.StorageUri tableAddress, Microsoft.Azure.Cosmos.Table.StorageCredentials credentials, Microsoft.Azure.Cosmos.Table.TableClientConfiguration configuration = default);
new Microsoft.Azure.Cosmos.Table.CloudTable : Microsoft.Azure.Cosmos.Table.StorageUri * Microsoft.Azure.Cosmos.Table.StorageCredentials * Microsoft.Azure.Cosmos.Table.TableClientConfiguration -> Microsoft.Azure.Cosmos.Table.CloudTable
Public Sub New (tableAddress As StorageUri, credentials As StorageCredentials, Optional configuration As TableClientConfiguration = Nothing)
Parameters
- tableAddress
- StorageUri
A StorageUri containing the absolute URI to the table at both the primary and secondary locations.
- credentials
- StorageCredentials
A StorageCredentials object.
- configuration
- TableClientConfiguration
Represents the configuration settings associated with CloudTableClient. If none is passed, the default is applied.
Applies to
CloudTable(Uri, StorageCredentials, TableClientConfiguration)
Initializes a new instance of the CloudTable class.
public CloudTable (Uri tableAbsoluteUri, Microsoft.Azure.Cosmos.Table.StorageCredentials credentials, Microsoft.Azure.Cosmos.Table.TableClientConfiguration configuration = default);
new Microsoft.Azure.Cosmos.Table.CloudTable : Uri * Microsoft.Azure.Cosmos.Table.StorageCredentials * Microsoft.Azure.Cosmos.Table.TableClientConfiguration -> Microsoft.Azure.Cosmos.Table.CloudTable
Public Sub New (tableAbsoluteUri As Uri, credentials As StorageCredentials, Optional configuration As TableClientConfiguration = Nothing)
Parameters
- credentials
- StorageCredentials
A StorageCredentials object.
- configuration
- TableClientConfiguration
Represents the configuration settings associated with CloudTableClient. If none is passed, the default is applied.
Applies to
Azure SDK for .NET