Interface OrderResource


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

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • systemData

        com.azure.core.management.SystemData systemData()
        Gets the systemData property: Represents resource creation and update time.
        Returns:
        the systemData value.
      • orderItemIds

        List<String> orderItemIds()
        Gets the orderItemIds property: List of order item ARM Ids which are part of an order.
        Returns:
        the orderItemIds value.
      • currentStage

        StageDetails currentStage()
        Gets the currentStage property: Order current status.
        Returns:
        the currentStage value.
      • orderStageHistory

        List<StageDetails> orderStageHistory()
        Gets the orderStageHistory property: Order status history.
        Returns:
        the orderStageHistory value.
      • innerModel

        OrderResourceInner innerModel()
        Gets the inner com.azure.resourcemanager.edgeorder.fluent.models.OrderResourceInner object.
        Returns:
        the inner object.