ResourceDeploymentScriptPowerShellContainerArgs

data class ResourceDeploymentScriptPowerShellContainerArgs(val containerGroupName: Output<String>? = null) : ConvertibleToJava<ResourceDeploymentScriptPowerShellContainerArgs>

Constructors

constructor(containerGroupName: Output<String>? = null)

Properties

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

Container group name, if not specified then the name will get auto-generated. For more information, please refer to the Container Configuration documentation.

Functions

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