MockableEdgeOrderSubscriptionResource.GetEdgeOrderItemsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists order item at subscription level.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.EdgeOrder/orderItems
- Operation Id: ListOrderItemsAtSubscriptionLevel
public virtual Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.EdgeOrderItemResource> GetEdgeOrderItemsAsync (string filter = default, string expand = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEdgeOrderItemsAsync : string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.EdgeOrderItemResource>
override this.GetEdgeOrderItemsAsync : string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.EdgeOrder.EdgeOrderItemResource>
Public Overridable Function GetEdgeOrderItemsAsync (Optional filter As String = Nothing, Optional expand As String = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of EdgeOrderItemResource)
Parameters
- filter
- String
$filter is supported to filter based on order id. Filter supports only equals operation.
- expand
- String
$expand is supported on device details, forward shipping details and reverse shipping details parameters. Each of these can be provided as a comma separated list. Device Details for order item provides details on the devices 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.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of EdgeOrderItemResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET