OperationBatchStatusResponseItem Class

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

public class OperationBatchStatusResponseItem

Represents the status of an operation that used the batch API.

Constructor Summary

Constructor Description
OperationBatchStatusResponseItem()

Method Summary

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

Get status of the long running operation for an environment.

java.lang.String status()

Get status of the long running operation for an 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

OperationBatchStatusResponseItem

public OperationBatchStatusResponseItem()

Method Details

operationUrl

public String operationUrl()

Get status of the long running operation for an environment.

Returns:

the operationUrl value

status

public String status()

Get status of the long running operation for an environment.

Returns:

the status value

Applies to