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