你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DiagnosticsStorageAccountConfig interface

The storage account information for storing Service Fabric diagnostic logs.

Properties

blobEndpoint

The blob endpoint of the azure storage account.

protectedAccountKeyName

The protected diagnostics storage key name.

protectedAccountKeyName2

The secondary protected diagnostics storage key name. If one of the storage account keys is rotated the cluster will fallback to using the other.

queueEndpoint

The queue endpoint of the azure storage account.

storageAccountName

The Azure storage account name.

tableEndpoint

The table endpoint of the azure storage account.

Property Details

blobEndpoint

The blob endpoint of the azure storage account.

blobEndpoint: string

Property Value

string

protectedAccountKeyName

The protected diagnostics storage key name.

protectedAccountKeyName: string

Property Value

string

protectedAccountKeyName2

The secondary protected diagnostics storage key name. If one of the storage account keys is rotated the cluster will fallback to using the other.

protectedAccountKeyName2?: string

Property Value

string

queueEndpoint

The queue endpoint of the azure storage account.

queueEndpoint: string

Property Value

string

storageAccountName

The Azure storage account name.

storageAccountName: string

Property Value

string

tableEndpoint

The table endpoint of the azure storage account.

tableEndpoint: string

Property Value

string