get Order Item By Name
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.
order Item Name
The name of the order item
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getOrderItemByName(argument: suspend GetOrderItemByNamePlainArgsBuilder.() -> Unit): GetOrderItemByNameResult
Return
Represents order item contract
Parameters
argument
Builder for com.pulumi.azurenative.edgeorder.kotlin.inputs.GetOrderItemByNamePlainArgs.