Class ArmAsyncOperationInner

java.lang.Object
com.azure.resourcemanager.agrifood.fluent.models.ArmAsyncOperationInner

public final class ArmAsyncOperationInner extends Object
Arm async operation class. Ref: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/async-operations.
  • Constructor Details

    • ArmAsyncOperationInner

      public ArmAsyncOperationInner()
  • Method Details

    • status

      public String status()
      Get the status property: Status of the async operation.
      Returns:
      the status value.
    • withStatus

      public ArmAsyncOperationInner withStatus(String status)
      Set the status property: Status of the async operation.
      Parameters:
      status - the status value to set.
      Returns:
      the ArmAsyncOperationInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.