Interface AsyncOperationResult


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

    Modifier and Type
    Method
    Description
    com.azure.core.management.exception.ManagementError
    Gets the error property: The error object.
    Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.AsyncOperationResultInner object.
    Gets the name property: Operation Id of the async operation.
    Gets the status property: Operation status of the async operation.
  • Method Details

    • error

      com.azure.core.management.exception.ManagementError error()
      Gets the error property: The error object.
      Returns:
      the error value.
    • name

      String name()
      Gets the name property: Operation Id of the async operation.
      Returns:
      the name value.
    • status

      Gets the status property: Operation status of the async operation.
      Returns:
      the status value.
    • innerModel

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