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
Link copied to clipboard
val name: String? = null

The name which should be used for this NGINX Deployment. Changing this forces a new NGINX Deployment to be created.