Interface AsyncOperationResult


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

      • status

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

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

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