LatestOperationResult Class

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

public class LatestOperationResult

Details of the status of an operation.

Constructor Summary

Constructor Description
LatestOperationResult()

Method Summary

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

Get error code on failure.

java.lang.String errorMessage()

Get the error message.

java.lang.String httpMethod()

Get the HttpMethod - PUT/POST/DELETE for the operation.

java.lang.String operationUrl()

Get the URL to use to check long-running operation status.

java.lang.String requestUri()

Get request URI of the operation.

java.lang.String status()

Get the current status of the operation.

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

LatestOperationResult

public LatestOperationResult()

Method Details

errorCode

public String errorCode()

Get error code on failure.

Returns:

the errorCode value

errorMessage

public String errorMessage()

Get the error message.

Returns:

the errorMessage value

httpMethod

public String httpMethod()

Get the HttpMethod - PUT/POST/DELETE for the operation.

Returns:

the httpMethod value

operationUrl

public String operationUrl()

Get the URL to use to check long-running operation status.

Returns:

the operationUrl value

requestUri

public String requestUri()

Get request URI of the operation.

Returns:

the requestUri value

status

public String status()

Get the current status of the operation.

Returns:

the status value

Applies to