GetSandboxCustomImagePlainArgs

data class GetSandboxCustomImagePlainArgs(val clusterName: String, val resourceGroupName: String, val sandboxCustomImageName: String) : ConvertibleToJava<GetSandboxCustomImagePlainArgs>

Constructors

Link copied to clipboard
constructor(clusterName: String, resourceGroupName: String, sandboxCustomImageName: String)

Properties

Link copied to clipboard

The name of the Kusto cluster.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The name of the sandbox custom image.

Functions

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