get Sandbox Custom Image
suspend fun getSandboxCustomImage(argument: GetSandboxCustomImagePlainArgs): GetSandboxCustomImageResult
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
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.