Share via


StudentLabDetailsInner Class

public final class StudentLabDetailsInner
extends ProxyResource

Student lab details.

Constructor Summary

Constructor Description
StudentLabDetailsInner()

Creates an instance of StudentLabDetailsInner class.

Method Summary

Modifier and Type Method and Description
Amount budget()

Get the budget property: Student Budget.

String description()

Get the description property: Detail description of this lab.

String displayName()

Get the displayName property: Student lab Display Name.

OffsetDateTime effectiveDate()

Get the effectiveDate property: User Added Date.

OffsetDateTime expirationDate()

Get the expirationDate property: Date the lab will expire and by default will be the expiration date for each student in this lab.

static StudentLabDetailsInner fromJson(JsonReader jsonReader)

Reads an instance of StudentLabDetailsInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String labScope()

Get the labScope property: Lab Scope.

String name()

Get the name property: The name of the resource.

StudentRole role()

Get the role property: Student Role.

StudentLabStatus status()

Get the status property: Student Lab Status.

String subscriptionId()

Get the subscriptionId property: Subscription Id.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

StudentLabDetailsInner

public StudentLabDetailsInner()

Creates an instance of StudentLabDetailsInner class.

Method Details

budget

public Amount budget()

Get the budget property: Student Budget.

Returns:

the budget value.

description

public String description()

Get the description property: Detail description of this lab.

Returns:

the description value.

displayName

public String displayName()

Get the displayName property: Student lab Display Name.

Returns:

the displayName value.

effectiveDate

public OffsetDateTime effectiveDate()

Get the effectiveDate property: User Added Date.

Returns:

the effectiveDate value.

expirationDate

public OffsetDateTime expirationDate()

Get the expirationDate property: Date the lab will expire and by default will be the expiration date for each student in this lab.

Returns:

the expirationDate value.

fromJson

public static StudentLabDetailsInner fromJson(JsonReader jsonReader)

Reads an instance of StudentLabDetailsInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of StudentLabDetailsInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

StudentLabDetailsInner.id()

Returns:

the id value.

labScope

public String labScope()

Get the labScope property: Lab Scope. /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/providers/Microsoft.Education/labs/default.

Returns:

the labScope value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

StudentLabDetailsInner.name()

Returns:

the name value.

role

public StudentRole role()

Get the role property: Student Role.

Returns:

the role value.

status

public StudentLabStatus status()

Get the status property: Student Lab Status.

Returns:

the status value.

subscriptionId

public String subscriptionId()

Get the subscriptionId property: Subscription Id.

Returns:

the subscriptionId value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

StudentLabDetailsInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

StudentLabDetailsInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to