AzureStorageOperationOptions クラス

定義

public class AzureStorageOperationOptions
type AzureStorageOperationOptions = class
Public Class AzureStorageOperationOptions
継承
AzureStorageOperationOptions
派生

コンストラクター

AzureStorageOperationOptions()

プロパティ

ClientOptions

テーブル ストレージ クライアントを構成するときに使用するオプション、または null 既定のオプションを使用するオプション。

ConnectionString
古い.

非推奨: 代わりに ConfigureTableServiceClient を使用してください。

StoragePolicyOptions

Azure Storage ポリシーのオプション

TableEndpoint
古い.

非推奨: 代わりに ConfigureTableServiceClient を使用してください。

TableName

Azure Storage のテーブル名

TableResourceId
古い.

非推奨: 代わりに ConfigureTableServiceClient を使用してください。

TableServiceClient

Azure Table Service へのアクセスに使用するクライアントを取得または設定します。

TokenCredential
古い.

非推奨: 代わりに ConfigureTableServiceClient を使用してください。

TokenCredentialManagementUri
古い.

非推奨: 代わりに ConfigureTableServiceClient を使用してください。

TokenCredentialTableKey
古い.

非推奨: 代わりに ConfigureTableServiceClient を使用してください。

メソッド

ConfigureTableServiceClient(Func<Task<TableServiceClient>>)
古い.

指定されたコールバックを TableServiceClient 使用して を構成します。

ConfigureTableServiceClient(String)
古い.

接続文字列を使用して をTableServiceClient構成します。

ConfigureTableServiceClient(Uri)
古い.

認証されたサービス URI を使用して を TableServiceClient 構成します。

ConfigureTableServiceClient(Uri, AzureSasCredential)
古い.

TableServiceClient認証されたサービス URI と を使用して を構成しますAzureSasCredential

ConfigureTableServiceClient(Uri, TableSharedKeyCredential)
古い.

TableServiceClient認証されたサービス URI と を使用して を構成しますTableSharedKeyCredential

ConfigureTableServiceClient(Uri, TokenCredential)
古い.

TableServiceClient認証されたサービス URI と を使用して を構成しますTokenCredential

適用対象