GetLabPlainArgs

data class GetLabPlainArgs(val expand: String? = null, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetLabPlainArgs>

Constructors

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

Properties

Link copied to clipboard
val expand: String? = null

Specify the $expand query. Example: 'properties($select=defaultStorageAccount)'

Link copied to clipboard

The name of the lab.

Link copied to clipboard

The name of the resource group.

Functions

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