ClusterDiagnosticsConfigArgs

data class ClusterDiagnosticsConfigArgs(val blobEndpoint: Output<String>, val protectedAccountKeyName: Output<String>, val queueEndpoint: Output<String>, val storageAccountName: Output<String>, val tableEndpoint: Output<String>) : ConvertibleToJava<ClusterDiagnosticsConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val blobEndpoint: Output<String>

The Blob Endpoint of the Storage Account.

Link copied to clipboard

The protected diagnostics storage key name, such as StorageAccountKey1.

Link copied to clipboard
val queueEndpoint: Output<String>

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
val tableEndpoint: Output<String>

The Table Endpoint of the Storage Account.

Functions

Link copied to clipboard
open override fun toJava(): ClusterDiagnosticsConfigArgs