次の方法で共有


DiagnosticsStorageAccountConfig クラス

定義

Service Fabric 診断ログを格納するためのストレージ アカウント情報。

public class DiagnosticsStorageAccountConfig
type DiagnosticsStorageAccountConfig = class
Public Class DiagnosticsStorageAccountConfig
継承
DiagnosticsStorageAccountConfig

コンストラクター

DiagnosticsStorageAccountConfig(String, String, Uri, Uri, Uri)

DiagnosticsStorageAccountConfig の新しいインスタンスを初期化します。

プロパティ

BlobEndpoint

Azure ストレージ アカウントの BLOB エンドポイント。

ProtectedAccountKeyName

保護された診断ストレージ キー名。

ProtectedAccountKeyName2

セカンダリで保護された診断ストレージ キー名。 ストレージ アカウント キーの 1 つがローテーションされた場合、クラスターはもう一方を使用するようにフォールバックします。

QueueEndpoint

Azure ストレージ アカウントのキュー エンドポイント。

StorageAccountName

Azure ストレージ アカウント名。

TableEndpoint

Azure ストレージ アカウントのテーブル エンドポイント。

適用対象