EnvironmentOperationsPayload Class

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

public class EnvironmentOperationsPayload

Represents payload for any Environment operations like get, start, stop, connect.

Constructor Summary

Constructor Description
EnvironmentOperationsPayload()

Method Summary

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

Get the resourceId of the environment.

EnvironmentOperationsPayload withEnvironmentId(String environmentId)

Set the resourceId of the environment.

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

EnvironmentOperationsPayload

public EnvironmentOperationsPayload()

Method Details

environmentId

public String environmentId()

Get the resourceId of the environment.

Returns:

the environmentId value

withEnvironmentId

public EnvironmentOperationsPayload withEnvironmentId(String environmentId)

Set the resourceId of the environment.

Parameters:

environmentId - the environmentId value to set

Returns:

the EnvironmentOperationsPayload object itself.

Applies to