次の方法で共有


AzureTableReminderStorageOptions クラス

定義

Azure Table ベースのアラーム テーブルのオプション。

public class AzureTableReminderStorageOptions : Orleans.Reminders.AzureStorage.AzureStorageOperationOptions
type AzureTableReminderStorageOptions = class
    inherit AzureStorageOperationOptions
Public Class AzureTableReminderStorageOptions
Inherits AzureStorageOperationOptions
継承
AzureTableReminderStorageOptions

コンストラクター

AzureTableReminderStorageOptions()

Azure Table ベースのアラーム テーブルのオプション。

フィールド

DEFAULT_TABLE_NAME

Azure Table ベースのアラーム テーブルのオプション。

プロパティ

ClientOptions

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

(継承元 AzureStorageOperationOptions)
ConnectionString
古い.

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

(継承元 AzureStorageOperationOptions)
StoragePolicyOptions

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

(継承元 AzureStorageOperationOptions)
TableEndpoint
古い.

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

(継承元 AzureStorageOperationOptions)
TableName

Azure Storage のテーブル名

TableResourceId
古い.

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

(継承元 AzureStorageOperationOptions)
TableServiceClient

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

(継承元 AzureStorageOperationOptions)
TokenCredential
古い.

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

(継承元 AzureStorageOperationOptions)
TokenCredentialManagementUri
古い.

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

(継承元 AzureStorageOperationOptions)
TokenCredentialTableKey
古い.

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

(継承元 AzureStorageOperationOptions)

メソッド

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

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

(継承元 AzureStorageOperationOptions)
ConfigureTableServiceClient(String)
古い.

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

(継承元 AzureStorageOperationOptions)
ConfigureTableServiceClient(Uri)
古い.

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

(継承元 AzureStorageOperationOptions)
ConfigureTableServiceClient(Uri, AzureSasCredential)
古い.

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

(継承元 AzureStorageOperationOptions)
ConfigureTableServiceClient(Uri, TableSharedKeyCredential)
古い.

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

(継承元 AzureStorageOperationOptions)
ConfigureTableServiceClient(Uri, TokenCredential)
古い.

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

(継承元 AzureStorageOperationOptions)

適用対象