DiagnosticsStorageAccountConfigArgs

data class DiagnosticsStorageAccountConfigArgs(val blobEndpoint: Output<String>, val protectedAccountKeyName: Output<String>, val protectedAccountKeyName2: Output<String>? = null, val queueEndpoint: Output<String>, val storageAccountName: Output<String>, val tableEndpoint: Output<String>) : ConvertibleToJava<DiagnosticsStorageAccountConfigArgs>

The storage account information for storing Service Fabric diagnostic logs.

Constructors

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

Properties

Link copied to clipboard
val blobEndpoint: Output<String>

The blob endpoint of the azure storage account.

Link copied to clipboard

The protected diagnostics storage key name.

Link copied to clipboard
val protectedAccountKeyName2: Output<String>? = null

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

The queue endpoint of the azure storage account.

Link copied to clipboard

The Azure storage account name.

Link copied to clipboard
val tableEndpoint: Output<String>

The table endpoint of the azure storage account.

Functions

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