AzureTableReminderStorageOptions クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure Table ベースのアラーム テーブルのオプション。
public class AzureTableReminderStorageOptions : Orleans.Reminders.AzureStorage.AzureStorageOperationOptions
type AzureTableReminderStorageOptions = class
inherit AzureStorageOperationOptions
Public Class AzureTableReminderStorageOptions
Inherits AzureStorageOperationOptions
- 継承
コンストラクター
AzureTableReminderStorageOptions() |
Azure Table ベースのアラーム テーブルのオプション。 |
フィールド
DEFAULT_TABLE_NAME |
Azure Table ベースのアラーム テーブルのオプション。 |
プロパティ
ClientOptions |
テーブル ストレージ クライアントを構成するときに使用するオプション、または |
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) |