GetStudentResult

data class GetStudentResult(val azureApiVersion: String, val budget: AmountResponse, val effectiveDate: String, val email: String, val expirationDate: String, val firstName: String, val id: String, val lastName: String, val name: String, val role: String, val status: String, val subscriptionAlias: String? = null, val subscriptionId: String, val subscriptionInviteLastSentDate: String? = null, val systemData: SystemDataResponse, val type: String)

Student details.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, budget: AmountResponse, effectiveDate: String, email: String, expirationDate: String, firstName: String, id: String, lastName: String, name: String, role: String, status: String, subscriptionAlias: String? = null, subscriptionId: String, subscriptionInviteLastSentDate: String? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Student Budget

Link copied to clipboard

Date student was added to the lab

Link copied to clipboard

Student Email

Link copied to clipboard

Date this student is set to expire from the lab.

Link copied to clipboard

First Name

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

Last Name

Link copied to clipboard

The name of the resource

Link copied to clipboard

Student Role

Link copied to clipboard

Student Lab Status

Link copied to clipboard

Subscription alias

Link copied to clipboard

Subscription Id

Link copied to clipboard

subscription invite last sent date

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

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