getOrderItemByName

Gets an order item. Uses Azure REST API version 2021-12-01.

Return

Represents order item contract

Parameters

argument

null


suspend fun getOrderItemByName(expand: String? = null, orderItemName: String, resourceGroupName: String): GetOrderItemByNameResult

Return

Represents order item contract

Parameters

expand

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

orderItemName

The name of the order item

resourceGroupName

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

See also


Return

Represents order item contract

Parameters

argument

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

See also