Class StudentLabDetailsInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.education.fluent.models.StudentLabDetailsInner

public final class StudentLabDetailsInner extends com.azure.core.management.ProxyResource
Student lab details.
  • Constructor Details

    • StudentLabDetailsInner

      public StudentLabDetailsInner()
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • displayName

      public String displayName()
      Get the displayName property: Student lab Display Name.
      Returns:
      the displayName value.
    • description

      public String description()
      Get the description property: Detail description of this lab.
      Returns:
      the description 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.
    • role

      public StudentRole role()
      Get the role property: Student Role.
      Returns:
      the role value.
    • budget

      public Amount budget()
      Get the budget property: Student Budget.
      Returns:
      the budget value.
    • subscriptionId

      public String subscriptionId()
      Get the subscriptionId property: Subscription Id.
      Returns:
      the subscriptionId value.
    • status

      public StudentLabStatus status()
      Get the status property: Student Lab Status.
      Returns:
      the status value.
    • effectiveDate

      public OffsetDateTime effectiveDate()
      Get the effectiveDate property: User Added Date.
      Returns:
      the effectiveDate 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.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.