get Sandbox Custom Image
suspend fun getSandboxCustomImage(argument: GetSandboxCustomImagePlainArgs): GetSandboxCustomImageResult
Returns a sandbox custom image Uses Azure REST API version 2023-08-15. Other available API versions: 2024-04-13.
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.
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.
See also
suspend fun getSandboxCustomImage(argument: suspend GetSandboxCustomImagePlainArgsBuilder.() -> Unit): GetSandboxCustomImageResult
Return
Class representing a Kusto sandbox custom image.
Parameters
argument
Builder for com.pulumi.azurenative.kusto.kotlin.inputs.GetSandboxCustomImagePlainArgs.