Interface OperationResult


public interface OperationResult
An immutable client-side representation of OperationResult.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the error property: Error details for the operation in case of a failure.
    Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.OperationResultInner object.
    Gets the status property: The operation status.
    Gets the statusCode property: The status code for the operation.
  • Method Details

    • status

      String status()
      Gets the status property: The operation status.
      Returns:
      the status value.
    • statusCode

      HttpStatusCode statusCode()
      Gets the statusCode property: The status code for the operation.
      Returns:
      the statusCode value.
    • error

      Gets the error property: Error details for the operation in case of a failure.
      Returns:
      the error value.
    • innerModel

      OperationResultInner innerModel()
      Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.OperationResultInner object.
      Returns:
      the inner object.