Interface ArmAsyncOperation


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

    Modifier and Type
    Method
    Description
    Gets the error property: Arm async operation error class.
    Gets the inner com.azure.resourcemanager.agrifood.fluent.models.ArmAsyncOperationInner object.
    Gets the status property: Status of the async operation.
  • Method Details

    • status

      String status()
      Gets the status property: Status of the async operation.
      Returns:
      the status value.
    • error

      Gets the error property: Arm async operation error class. Ref: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#azure-asyncoperation-resource-format.
      Returns:
      the error value.
    • innerModel

      Gets the inner com.azure.resourcemanager.agrifood.fluent.models.ArmAsyncOperationInner object.
      Returns:
      the inner object.