GetImagePlainArgs

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

Constructors

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

Functions

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

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.