Sdílet prostřednictvím


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