DiagnosticsStorageAccountConfigResponse

data class DiagnosticsStorageAccountConfigResponse(val blobEndpoint: String, val protectedAccountKeyName: String, val protectedAccountKeyName2: String? = null, val queueEndpoint: String, val storageAccountName: String, val tableEndpoint: String)

The storage account information for storing Service Fabric diagnostic logs.

Constructors

Link copied to clipboard
constructor(blobEndpoint: String, protectedAccountKeyName: String, protectedAccountKeyName2: String? = null, queueEndpoint: String, storageAccountName: String, tableEndpoint: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The blob endpoint of the azure storage account.

Link copied to clipboard

The protected diagnostics storage key name.

Link copied to clipboard

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

Link copied to clipboard

The queue endpoint of the azure storage account.

Link copied to clipboard

The Azure storage account name.

Link copied to clipboard

The table endpoint of the azure storage account.