BackendServiceFabricClusterProperties interface
Service Fabric Type Backend のプロパティ。
プロパティ
client |
管理エンドポイントのクライアント証明書 ID。 |
client |
管理エンドポイントのクライアント証明書の拇印。 certificatesId が指定されている場合は無視されます |
management |
クラスター管理エンドポイント。 |
max |
パーティションの解決中の再試行の最大数。 |
server |
tls 通信にクラスター管理サービスが使用する証明書の拇印 |
serverX509Names | サーバー X509 証明書名コレクション |
プロパティの詳細
clientCertificateId
管理エンドポイントのクライアント証明書 ID。
clientCertificateId?: string
プロパティ値
string
clientCertificatethumbprint
管理エンドポイントのクライアント証明書の拇印。 certificatesId が指定されている場合は無視されます
clientCertificatethumbprint?: string
プロパティ値
string
managementEndpoints
クラスター管理エンドポイント。
managementEndpoints: string[]
プロパティ値
string[]
maxPartitionResolutionRetries
パーティションの解決中の再試行の最大数。
maxPartitionResolutionRetries?: number
プロパティ値
number
serverCertificateThumbprints
tls 通信にクラスター管理サービスが使用する証明書の拇印
serverCertificateThumbprints?: string[]
プロパティ値
string[]