getSandboxCustomImage

Returns a sandbox custom image Uses Azure REST API version 2024-04-13. Other available API versions: 2023-08-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native kusto [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

clusterName

The name of the Kusto cluster.

resourceGroupName

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

sandboxCustomImageName

The name of the sandbox custom image.

See also


Return

Class representing a Kusto sandbox custom image.

Parameters

argument

Builder for com.pulumi.azurenative.kusto.kotlin.inputs.GetSandboxCustomImagePlainArgs.

See also