ContainerGroupDnsConfigOption

data class ContainerGroupDnsConfigOption(val name: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
fun ContainerGroupDnsConfigOption(name: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the mounted volume.

Link copied to clipboard
val value: String? = null

The value of the variable. The value can be 0 to 256 characters in length.