Skip to main content

order_items

Overview

Nameorder_items
TypeResource
Idazure_extras.edge_order.order_items

Fields

NameDatatypeDescription
identityobjectMsi identity details of the resource
locationstringThe geo-location where the resource lives
propertiesobjectRepresents order item properties.
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTorderItemName, resourceGroupName, subscriptionIdGet an order item.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdList order items at resource group level.
list_by_subscriptionSELECTsubscriptionIdList order items at subscription level.
createINSERTorderItemName, resourceGroupName, subscriptionId, data__propertiesCreate an order item. Existing order item cannot be updated with this api and should instead be updated with the Update order item
API.
deleteDELETEorderItemName, resourceGroupName, subscriptionIdDelete an order item.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdList order items at resource group level.
_list_by_subscriptionEXECsubscriptionIdList order items at subscription level.
cancelEXECorderItemName, resourceGroupName, subscriptionId, data__reasonCancel order item.
returnEXECorderItemName, resourceGroupName, subscriptionId, data__returnReasonReturn order item.
updateEXECorderItemName, resourceGroupName, subscriptionIdUpdate the properties of an existing order item.