GetLabResult

data class GetLabResult(val azureApiVersion: String, val budgetPerStudent: AmountResponse, val currency: String? = null, val description: String, val displayName: String, val effectiveDate: String, val expirationDate: String, val id: String, val invitationCode: String, val maxStudentCount: Double, val name: String, val status: String, val systemData: SystemDataResponse, val totalBudget: AmountResponse, val type: String, val value: Double? = null)

Lab details.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, budgetPerStudent: AmountResponse, currency: String? = null, description: String, displayName: String, effectiveDate: String, expirationDate: String, id: String, invitationCode: String, maxStudentCount: Double, name: String, status: String, systemData: SystemDataResponse, totalBudget: AmountResponse, type: String, value: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Default monetary cap for each student in this lab

Link copied to clipboard
val currency: String? = null

The type of currency being used for the value.

Link copied to clipboard

Detail description of this lab

Link copied to clipboard

Lab Display Name

Link copied to clipboard

Lab creation date

Link copied to clipboard

Default expiration date for each student in this lab

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

invitation code for redeemable lab

Link copied to clipboard

the total number of students that can be accepted to the lab.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The status of this lab

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

Total budget

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val value: Double? = null

Amount value.