EdgeOrderItemData Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of EdgeOrderItemData.
public EdgeOrderItemData(Azure.Core.AzureLocation location, Azure.ResourceManager.EdgeOrder.Models.EdgeOrderItemDetails orderItemDetails, Azure.Core.ResourceIdentifier orderId);
new Azure.ResourceManager.EdgeOrder.EdgeOrderItemData : Azure.Core.AzureLocation * Azure.ResourceManager.EdgeOrder.Models.EdgeOrderItemDetails * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.EdgeOrder.EdgeOrderItemData
Public Sub New (location As AzureLocation, orderItemDetails As EdgeOrderItemDetails, orderId As ResourceIdentifier)
Parameters
- location
- AzureLocation
The geo-location where the resource lives.
- orderItemDetails
- EdgeOrderItemDetails
Represents order item details.
- orderId
- ResourceIdentifier
Id of the order to which order item belongs to.
Exceptions
orderItemDetails or orderId is null.