get Custom Image
Get custom image. API Version: 2018-09-15.
Return
A custom image.
Parameters
argument
null
suspend fun getCustomImage(expand: String? = null, labName: String, name: String, resourceGroupName: String): GetCustomImageResult
Return
A custom image.
Parameters
expand
Specify the $expand query. Example: 'properties($select=vm)'
lab Name
The name of the lab.
name
The name of the custom image.
resource Group Name
The name of the resource group.
See also
suspend fun getCustomImage(argument: suspend GetCustomImagePlainArgsBuilder.() -> Unit): GetCustomImageResult
Return
A custom image.
Parameters
argument
Builder for com.pulumi.azurenative.devtestlab.kotlin.inputs.GetCustomImagePlainArgs.