DeploymentLoggingStorageAccount

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

Constructors

Link copied to clipboard
fun DeploymentLoggingStorageAccount(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 of Stoage Account for logging.

Link copied to clipboard
val name: String? = null

The account name of the StorageAccount for Nginx Logging.