共用方式為


DiagnosticsStorageAccountConfig 模型

用來儲存 Service Fabric 診斷記錄的儲存體帳戶資訊。

屬性

名稱 類型 必要
storageAccountName string Yes
protectedAccountKeyName string Yes
blobEndpoint string Yes
queueEndpoint string Yes
tableEndpoint string Yes

storageAccountName

類型:字串
必要:是

Azure 儲存體帳戶名稱。


protectedAccountKeyName

類型:字串
必要:是

受保護的診斷儲存體金鑰名稱。


blobEndpoint

類型:字串
必要:是

Azure 儲存體帳戶的 Blob 端點。


queueEndpoint

類型:字串
必要:是

Azure 儲存體帳戶的佇列端點。


tableEndpoint

類型:字串
必要:是

Azure 儲存體帳戶的資料表端點。