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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET