get Sandbox Custom Image
suspend fun getSandboxCustomImage(argument: GetSandboxCustomImagePlainArgs): GetSandboxCustomImageResult
Returns a sandbox custom image Azure REST API version: 2023-08-15.
Return
Class representing a Kusto sandbox custom image.
Parameters
argument
null
suspend fun getSandboxCustomImage(clusterName: String, resourceGroupName: String, sandboxCustomImageName: String): GetSandboxCustomImageResult
Return
Class representing a Kusto sandbox custom image.
See also
Parameters
cluster Name
The name of the Kusto cluster.
resource Group Name
The name of the resource group. The name is case insensitive.
sandbox Custom Image Name
The name of the sandbox custom image.
suspend fun getSandboxCustomImage(argument: suspend GetSandboxCustomImagePlainArgsBuilder.() -> Unit): GetSandboxCustomImageResult
Return
Class representing a Kusto sandbox custom image.
See also
Parameters
argument
Builder for com.pulumi.azurenative.kusto.kotlin.inputs.GetSandboxCustomImagePlainArgs.