DiagnosticsStorageAccountConfig interface
Service Fabric 診断ログを格納するためのストレージ アカウント情報。
プロパティ
| blob |
Azure ストレージ アカウントの BLOB エンドポイント。 |
| protected |
保護された診断ストレージ キー名。 |
| protected |
セカンダリで保護された診断ストレージ キー名。 ストレージ アカウント キーの 1 つがローテーションされると、クラスターはもう一方のキーの使用にフォールバックします。 |
| queue |
Azure ストレージ アカウントのキュー エンドポイント。 |
| storage |
Azure ストレージ アカウント名。 |
| table |
Azure ストレージ アカウントのテーブル エンドポイント。 |
プロパティの詳細
blobEndpoint
Azure ストレージ アカウントの BLOB エンドポイント。
blobEndpoint: string
プロパティ値
string
protectedAccountKeyName
保護された診断ストレージ キー名。
protectedAccountKeyName: string
プロパティ値
string
protectedAccountKeyName2
セカンダリで保護された診断ストレージ キー名。 ストレージ アカウント キーの 1 つがローテーションされると、クラスターはもう一方のキーの使用にフォールバックします。
protectedAccountKeyName2?: string
プロパティ値
string
queueEndpoint
Azure ストレージ アカウントのキュー エンドポイント。
queueEndpoint: string
プロパティ値
string
storageAccountName
Azure ストレージ アカウント名。
storageAccountName: string
プロパティ値
string
tableEndpoint
Azure ストレージ アカウントのテーブル エンドポイント。
tableEndpoint: string
プロパティ値
string