Share via


CloudTable コンストラクター

定義

オーバーロード

CloudTable(Uri)
CloudTable(StorageUri, StorageCredentials)
CloudTable(Uri, StorageCredentials)
CloudTable(Uri, TableClientConfiguration)

CloudTable クラスの新しいインスタンスを初期化します。

CloudTable(StorageUri, StorageCredentials, TableClientConfiguration)

CloudTable クラスの新しいインスタンスを初期化します。

CloudTable(Uri, StorageCredentials, TableClientConfiguration)

CloudTable クラスの新しいインスタンスを初期化します。

CloudTable(Uri)

public CloudTable (Uri tableAddress);
new Microsoft.Azure.Cosmos.Table.CloudTable : Uri -> Microsoft.Azure.Cosmos.Table.CloudTable
Public Sub New (tableAddress As Uri)

パラメーター

tableAddress
Uri

適用対象

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)

パラメーター

tableAddress
StorageUri
credentials
StorageCredentials

適用対象

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)

パラメーター

tableAbsoluteUri
Uri
credentials
StorageCredentials

適用対象

CloudTable(Uri, TableClientConfiguration)

CloudTable クラスの新しいインスタンスを初期化します。

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)

パラメーター

tableAddress
Uri

テーブルの絶対 URI を指定する Uri です。

configuration
TableClientConfiguration

に関連付けられている構成設定を CloudTableClient表します。 何も渡されない場合は、既定値が適用されます。

適用対象

CloudTable(StorageUri, StorageCredentials, TableClientConfiguration)

CloudTable クラスの新しいインスタンスを初期化します。

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)

パラメーター

tableAddress
StorageUri

StorageUriプライマリとセカンダリの両方の場所にあるテーブルへの絶対 URI を格納している 。

credentials
StorageCredentials

StorageCredentials オブジェクト。

configuration
TableClientConfiguration

に関連付けられている構成設定を CloudTableClient表します。 何も渡されない場合は、既定値が適用されます。

適用対象

CloudTable(Uri, StorageCredentials, TableClientConfiguration)

CloudTable クラスの新しいインスタンスを初期化します。

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)

パラメーター

tableAbsoluteUri
Uri

テーブルの絶対 URI を指定する Uri です。

credentials
StorageCredentials

StorageCredentials オブジェクト。

configuration
TableClientConfiguration

に関連付けられている構成設定を CloudTableClient表します。 何も渡されない場合は、既定値が適用されます。

適用対象