GetGalleryImagePlainArgs

data class GetGalleryImagePlainArgs(val expand: String? = null, val galleryImageName: String, val labAccountName: String, val resourceGroupName: String) : ConvertibleToJava<GetGalleryImagePlainArgs>

Constructors

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

Properties

Link copied to clipboard
val expand: String? = null

Specify the $expand query. Example: 'properties($select=author)'

Link copied to clipboard

The name of the gallery Image.

Link copied to clipboard

The name of the lab Account.

Link copied to clipboard

The name of the resource group.

Functions

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