Class VideoAnalyzerPrivateEndpointConnectionOperationStatusInner


  • public final class VideoAnalyzerPrivateEndpointConnectionOperationStatusInner
    extends Object
    Status of private endpoint connection operation.
    • Constructor Detail

      • VideoAnalyzerPrivateEndpointConnectionOperationStatusInner

        public VideoAnalyzerPrivateEndpointConnectionOperationStatusInner()
    • Method Detail

      • name

        public String name()
        Get the name property: Operation identifier.
        Returns:
        the name value.
      • id

        public String id()
        Get the id property: Operation resource ID.
        Returns:
        the id value.
      • startTime

        public String startTime()
        Get the startTime property: Operation start time.
        Returns:
        the startTime value.
      • endTime

        public String endTime()
        Get the endTime property: Operation end time.
        Returns:
        the endTime value.
      • status

        public String status()
        Get the status property: Operation status.
        Returns:
        the status value.
      • error

        public com.azure.core.management.exception.ManagementError error()
        Get the error property: The error detail.
        Returns:
        the error value.
      • withError

        public VideoAnalyzerPrivateEndpointConnectionOperationStatusInner withError​(com.azure.core.management.exception.ManagementError error)
        Set the error property: The error detail.
        Parameters:
        error - the error value to set.
        Returns:
        the VideoAnalyzerPrivateEndpointConnectionOperationStatusInner object itself.
      • validate

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