GetImagePlainArgs

data class GetImagePlainArgs(val expand: String? = null, val imageName: String, val resourceGroupName: String) : ConvertibleToJava<GetImagePlainArgs>

Constructors

Link copied to clipboard
constructor(expand: String? = null, imageName: String, resourceGroupName: String)

Properties

Link copied to clipboard
val expand: String? = null

The expand expression to apply on the operation.

Link copied to clipboard

The name of the image.

Link copied to clipboard

The name of the resource group.

Functions

Link copied to clipboard
open override fun toJava(): GetImagePlainArgs