GetGalleryPlainArgs

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

Constructors

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

Properties

Link copied to clipboard
val expand: String? = null

The expand query option to apply on the operation.

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