getOrderItem

Get an order item. Uses Azure REST API version 2024-02-01. Other available API versions: 2022-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native edgeorder [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Represents order item resource.

Parameters

argument

null


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

Return

Represents order item resource.

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.

See also


Return

Represents order item resource.

Parameters

argument

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

See also