DeploymentLoggingStorageAccount

data class DeploymentLoggingStorageAccount(val containerName: String? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(containerName: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val containerName: String? = null

Specify the container name in the Storage Account for logging.

Link copied to clipboard
val name: String? = null

The name of the StorageAccount for NGINX Logging.