GetGalleryApplicationPlainArgs

data class GetGalleryApplicationPlainArgs(val galleryApplicationName: String, val galleryName: String, val resourceGroupName: String) : ConvertibleToJava<GetGalleryApplicationPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the gallery Application Definition to be retrieved.

Link copied to clipboard

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

Link copied to clipboard

The name of the resource group.

Functions

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