GetUserPlainArgs

data class GetUserPlainArgs(val expand: String? = null, val labAccountName: String, val labName: String, val resourceGroupName: String, val userName: String) : ConvertibleToJava<GetUserPlainArgs>

Constructors

Link copied to clipboard
constructor(expand: String? = null, labAccountName: String, labName: String, resourceGroupName: String, userName: String)

Properties

Link copied to clipboard
val expand: String? = null

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

Link copied to clipboard

The name of the lab Account.

Link copied to clipboard

The name of the lab.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the user.

Functions

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