MockableEdgeOrderSubscriptionResource.GetEdgeOrderItems Method

Definition

List order items at subscription level.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.EdgeOrder/orderItems.
  • Operation Id. : OrderItemResources_ListBySubscription.
  • Default Api Version. : 2024-02-01.
public virtual Azure.Pageable<Azure.ResourceManager.EdgeOrder.EdgeOrderItemResource> GetEdgeOrderItems(string filter = default, string expand = default, string skipToken = default, int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEdgeOrderItems : string * string * string * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.EdgeOrder.EdgeOrderItemResource>
override this.GetEdgeOrderItems : string * string * string * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.EdgeOrder.EdgeOrderItemResource>
Public Overridable Function GetEdgeOrderItems (Optional filter As String = Nothing, Optional expand As String = Nothing, Optional skipToken As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of EdgeOrderItemResource)

Parameters

filter
String

$filter is supported to filter based on order id and order Item Type. Filter supports only equals operation.

expand
String

$expand is supported on parent device details, device details, forward shipping details and reverse shipping details parameters. Each of these can be provided as a comma separated list. Parent Device Details for order item provides details on the devices of the product, Device Details for order item provides details on the devices of the child configurations of the product, Forward and Reverse Shipping details provide forward and reverse shipping details respectively.

skipToken
String

$skipToken is supported on Get list of order items, which provides the next page in the list of order items.

top
Nullable<Int32>

$top is supported on fetching list of resources. $top=10 means that the first 10 items in the list will be returned to the API caller.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of EdgeOrderItemResource that may take multiple service requests to iterate over.

Applies to