ClusterDiagnosticsConfig

data class ClusterDiagnosticsConfig(val blobEndpoint: String, val protectedAccountKeyName: String, val queueEndpoint: String, val storageAccountName: String, val tableEndpoint: String)

Constructors

Link copied to clipboard
constructor(blobEndpoint: String, protectedAccountKeyName: String, queueEndpoint: String, storageAccountName: String, tableEndpoint: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Blob Endpoint of the Storage Account.

Link copied to clipboard

The protected diagnostics storage key name, such as StorageAccountKey1.

Link copied to clipboard

The Queue Endpoint of the Storage Account.

Link copied to clipboard

The name of the Storage Account where the Diagnostics should be sent to.

Link copied to clipboard

The Table Endpoint of the Storage Account.