Interface LivePipelineOperationStatus


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.azure.core.management.exception.ManagementError error()
      Gets the error property: The error details for the live pipeline operation.
      LivePipelineOperationStatusInner innerModel()
      Gets the inner com.azure.resourcemanager.videoanalyzer.fluent.models.LivePipelineOperationStatusInner object.
      String name()
      Gets the name property: The name of the live pipeline operation.
      String status()
      Gets the status property: The status of the live pipeline operation.
    • Method Detail

      • name

        String name()
        Gets the name property: The name of the live pipeline operation.
        Returns:
        the name value.
      • status

        String status()
        Gets the status property: The status of the live pipeline operation.
        Returns:
        the status value.
      • error

        com.azure.core.management.exception.ManagementError error()
        Gets the error property: The error details for the live pipeline operation.
        Returns:
        the error value.
      • innerModel

        LivePipelineOperationStatusInner innerModel()
        Gets the inner com.azure.resourcemanager.videoanalyzer.fluent.models.LivePipelineOperationStatusInner object.
        Returns:
        the inner object.