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.ResourceManager.EdgeOrder.Models.EdgeOrderItemAddressDetails addressDetails, Azure.Core.ResourceIdentifier orderId);
new Azure.ResourceManager.EdgeOrder.EdgeOrderItemData : Azure.Core.AzureLocation * Azure.ResourceManager.EdgeOrder.Models.EdgeOrderItemDetails * Azure.ResourceManager.EdgeOrder.Models.EdgeOrderItemAddressDetails * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.EdgeOrder.EdgeOrderItemData
Public Sub New (location As AzureLocation, orderItemDetails As EdgeOrderItemDetails, addressDetails As EdgeOrderItemAddressDetails, orderId As ResourceIdentifier)
Parameters
- location
- AzureLocation
The location.
- orderItemDetails
- EdgeOrderItemDetails
Represents order item details.
- addressDetails
- EdgeOrderItemAddressDetails
Represents shipping and return address for order item.
- orderId
- ResourceIdentifier
Id of the order to which order item belongs to.
Exceptions
orderItemDetails
, addressDetails
or orderId
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET