GetGalleryImageVersionPlainArgs

data class GetGalleryImageVersionPlainArgs(val expand: String? = null, val galleryImageName: String, val galleryImageVersionName: String, val galleryName: String, val resourceGroupName: String) : ConvertibleToJava<GetGalleryImageVersionPlainArgs>

Constructors

Link copied to clipboard
constructor(expand: String? = null, galleryImageName: String, galleryImageVersionName: String, galleryName: 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 gallery image definition in which the Image Version resides.

Link copied to clipboard

The name of the gallery image version to be retrieved.

Link copied to clipboard

The name of the Shared Image Gallery in which the Image Definition resides.

Link copied to clipboard

The name of the resource group.

Functions

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