EnvironmentDetails Class

  • java.lang.Object
    • com.microsoft.azure.management.labservices.v2018_10_15.EnvironmentDetails

public class EnvironmentDetails

This represents the details about a User's environment and its state.

Constructor Summary

Constructor Description
EnvironmentDetails()

Method Summary

Modifier and Type Method and Description
java.lang.String description()

Get description of the Environment.

java.lang.String environmentState()

Get publishing state of the environment setting Possible values are Creating, Created, Failed.

java.lang.String id()

Get resource Id of the environment.

LatestOperationResult latestOperationResult()

Get the details of the latest operation.

java.lang.String name()

Get name of the Environment.

org.joda.time.DateTime passwordLastReset()

Get when the password was last reset on the environment.

java.lang.String provisioningState()

Get the provisioning state of the environment.

org.joda.time.Period totalUsage()

Get how long the environment has been used by a lab user.

VirtualMachineDetails virtualMachineDetails()

Get details of backing DTL virtual machine with compute and network details.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

EnvironmentDetails

public EnvironmentDetails()

Method Details

description

public String description()

Get description of the Environment.

Returns:

the description value

environmentState

public String environmentState()

Get publishing state of the environment setting Possible values are Creating, Created, Failed.

Returns:

the environmentState value

id

public String id()

Get resource Id of the environment.

Returns:

the id value

latestOperationResult

public LatestOperationResult latestOperationResult()

Get the details of the latest operation. ex: status, error.

Returns:

the latestOperationResult value

name

public String name()

Get name of the Environment.

Returns:

the name value

passwordLastReset

public DateTime passwordLastReset()

Get when the password was last reset on the environment.

Returns:

the passwordLastReset value

provisioningState

public String provisioningState()

Get the provisioning state of the environment. This also includes LabIsFull and NotYetProvisioned status.

Returns:

the provisioningState value

totalUsage

public Period totalUsage()

Get how long the environment has been used by a lab user.

Returns:

the totalUsage value

virtualMachineDetails

public VirtualMachineDetails virtualMachineDetails()

Get details of backing DTL virtual machine with compute and network details.

Returns:

the virtualMachineDetails value

Applies to