GetGalleryImagePlainArgs

data class GetGalleryImagePlainArgs(val galleryImageName: String, val galleryName: String, val resourceGroupName: String) : ConvertibleToJava<GetGalleryImagePlainArgs>

Constructors

Link copied to clipboard
constructor(galleryImageName: String, galleryName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the gallery image definition to be retrieved.

Link copied to clipboard

The name of the Shared Image Gallery from which the Image Definitions are to be retrieved.

Link copied to clipboard

The name of the resource group.

Functions

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