Interface AsyncOperationResult


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

    Modifier and Type
    Method
    Description
    Gets the error property: Error message containing code, description and details.
    Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.AsyncOperationResultInner object.
    Gets the status property: current status of a long running operation.
  • Method Details

    • status

      String status()
      Gets the status property: current status of a long running operation.
      Returns:
      the status value.
    • error

      ErrorMessage error()
      Gets the error property: Error message containing code, description and details.
      Returns:
      the error value.
    • innerModel

      Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.AsyncOperationResultInner object.
      Returns:
      the inner object.