GetGalleryPlainArgs

data class GetGalleryPlainArgs(val galleryName: String, val resourceGroupName: String, val select: String? = null) : ConvertibleToJava<GetGalleryPlainArgs>

Constructors

Link copied to clipboard
constructor(galleryName: String, resourceGroupName: String, select: String? = null)

Properties

Link copied to clipboard

The name of the Shared Image Gallery.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard
val select: String? = null

The select expression to apply on the operation.

Functions

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