DeploymentLoggingStorageAccountArgs

data class DeploymentLoggingStorageAccountArgs(val containerName: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<DeploymentLoggingStorageAccountArgs>

Constructors

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

Properties

Link copied to clipboard
val containerName: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): DeploymentLoggingStorageAccountArgs