getOrderItem

Get an order item. Azure REST API version: 2022-05-01-preview.

Return

Represents order item resource.

Parameters

argument

null


suspend fun getOrderItem(expand: String? = null, orderItemName: String, resourceGroupName: String): GetOrderItemResult

Return

Represents order item resource.

See also

Parameters

expand

$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.

orderItemName

The name of the order item.

resourceGroupName

The name of the resource group. The name is case insensitive.


Return

Represents order item resource.

See also

Parameters

argument

Builder for com.pulumi.azurenative.edgeorder.kotlin.inputs.GetOrderItemPlainArgs.