StudentLabProperties Class
- java.
lang. Object - com.
azure. resourcemanager. education. fluent. models. StudentLabProperties
- com.
Implements
public final class StudentLabProperties
implements JsonSerializable<StudentLabProperties>
Student lab detail properties.
Constructor Summary
| Constructor | Description |
|---|---|
| StudentLabProperties() |
Creates an instance of Student |
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 display |
|
Offset |
effectiveDate()
Get the effective |
|
Offset |
expirationDate()
Get the expiration |
|
static
Student |
fromJson(JsonReader jsonReader)
Reads an instance of Student |
| String |
labScope()
Get the lab |
|
Student |
role()
Get the role property: Student Role. |
|
Student |
status()
Get the status property: Student Lab Status. |
| String |
subscriptionId()
Get the subscription |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
StudentLabProperties
public StudentLabProperties()
Creates an instance of StudentLabProperties class.
Method Details
budget
public Amount budget()
Get the budget property: Student Budget.
Returns:
description
public String description()
Get the description property: Detail description of this lab.
Returns:
displayName
public String displayName()
Get the displayName property: Student lab Display Name.
Returns:
effectiveDate
public OffsetDateTime effectiveDate()
Get the effectiveDate property: User Added Date.
Returns:
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:
fromJson
public static StudentLabProperties fromJson(JsonReader jsonReader)
Reads an instance of StudentLabProperties from the JsonReader.
Parameters:
Returns:
Throws:
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:
role
public StudentRole role()
Get the role property: Student Role.
Returns:
status
public StudentLabStatus status()
Get the status property: Student Lab Status.
Returns:
subscriptionId
public String subscriptionId()
Get the subscriptionId property: Subscription Id.
Returns:
toJson
validate
public void validate()
Validates the instance.