GetGalleryApplicationVersionPlainArgs

data class GetGalleryApplicationVersionPlainArgs(val expand: String? = null, val galleryApplicationName: String, val galleryApplicationVersionName: String, val galleryName: String, val resourceGroupName: String) : ConvertibleToJava<GetGalleryApplicationVersionPlainArgs>

Constructors

Link copied to clipboard
constructor(expand: String? = null, galleryApplicationName: String, galleryApplicationVersionName: 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 Application Definition in which the Application Version resides.

Link copied to clipboard

The name of the gallery Application Version to be retrieved.

Link copied to clipboard

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

Link copied to clipboard

The name of the resource group.

Functions

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