Diagnostics Storage Account Config Args
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
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.