Interface OperationStatus


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

    Modifier and Type
    Method
    Description
    Gets the endTime property: The end time of the operation.
    Gets the error property: Operation Error message.
    id()
    Gets the id property: Fully qualified ID for the operation status.
    Gets the inner com.azure.resourcemanager.devcenter.fluent.models.OperationStatusInner object.
    Gets the name property: The operation id name.
    Gets the percentComplete property: Percent of the operation that is complete.
    Gets the properties property: Custom operation properties, populated only for a successful operation.
    Gets the startTime property: The start time of the operation.
    Gets the status property: Provisioning state of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified ID for the operation status.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The operation id name.
      Returns:
      the name value.
    • status

      String status()
      Gets the status property: Provisioning state of the resource.
      Returns:
      the status value.
    • startTime

      OffsetDateTime startTime()
      Gets the startTime property: The start time of the operation.
      Returns:
      the startTime value.
    • endTime

      OffsetDateTime endTime()
      Gets the endTime property: The end time of the operation.
      Returns:
      the endTime value.
    • percentComplete

      Float percentComplete()
      Gets the percentComplete property: Percent of the operation that is complete.
      Returns:
      the percentComplete value.
    • properties

      Object properties()
      Gets the properties property: Custom operation properties, populated only for a successful operation.
      Returns:
      the properties value.
    • error

      Gets the error property: Operation Error message.
      Returns:
      the error value.
    • innerModel

      OperationStatusInner innerModel()
      Gets the inner com.azure.resourcemanager.devcenter.fluent.models.OperationStatusInner object.
      Returns:
      the inner object.