StudentLabDetailsInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. education. fluent. models. StudentLabDetailsInner
- com.
- com.
public final class StudentLabDetailsInner
extends ProxyResource
Student lab details.
Constructor Summary
| Constructor | Description |
|---|---|
| StudentLabDetailsInner() |
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 |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
labScope()
Get the lab |
| String |
name()
Get the name property: The name of the resource. |
|
Student |
role()
Get the role property: Student Role. |
|
Student |
status()
Get the status property: Student Lab Status. |
| String |
subscriptionId()
Get the subscription |
|
System |
systemData()
Get the system |
|
Json |
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:
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 StudentLabDetailsInner fromJson(JsonReader jsonReader)
Reads an instance of StudentLabDetailsInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
StudentLabDetailsInner.id()Returns:
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:
name
public String name()
Get the name property: The name of the resource.
Overrides:
StudentLabDetailsInner.name()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:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
StudentLabDetailsInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
StudentLabDetailsInner.type()Returns:
validate
public void validate()
Validates the instance.