ArmEdgeOrderModelFactory.EdgeOrderItemPatch Method
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.
public static Azure.ResourceManager.EdgeOrder.Models.EdgeOrderItemPatch EdgeOrderItemPatch(Azure.ResourceManager.EdgeOrder.Models.EdgeOrderItemAddressProperties forwardAddress = default, Azure.ResourceManager.EdgeOrder.Models.OrderItemPreferences preferences = default, System.Collections.Generic.IEnumerable<string> notificationEmailList = default, Azure.ResourceManager.EdgeOrder.Models.EdgeOrderItemDetailsPatch orderItemDetails = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.EdgeOrder.Models.EdgeOrderResourceIdentity identity = default);
static member EdgeOrderItemPatch : Azure.ResourceManager.EdgeOrder.Models.EdgeOrderItemAddressProperties * Azure.ResourceManager.EdgeOrder.Models.OrderItemPreferences * seq<string> * Azure.ResourceManager.EdgeOrder.Models.EdgeOrderItemDetailsPatch * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.EdgeOrder.Models.EdgeOrderResourceIdentity -> Azure.ResourceManager.EdgeOrder.Models.EdgeOrderItemPatch
Public Shared Function EdgeOrderItemPatch (Optional forwardAddress As EdgeOrderItemAddressProperties = Nothing, Optional preferences As OrderItemPreferences = Nothing, Optional notificationEmailList As IEnumerable(Of String) = Nothing, Optional orderItemDetails As EdgeOrderItemDetailsPatch = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As EdgeOrderResourceIdentity = Nothing) As EdgeOrderItemPatch
Parameters
- forwardAddress
- EdgeOrderItemAddressProperties
Updates forward shipping address and contact details.
- preferences
- OrderItemPreferences
Customer preference.
- notificationEmailList
- IEnumerable<String>
Additional notification email list.
- orderItemDetails
- EdgeOrderItemDetailsPatch
Represents order item details.
- tags
- IDictionary<String,String>
The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
- identity
- EdgeOrderResourceIdentity
Msi identity of the resource.
Returns
A new EdgeOrderItemPatch instance for mocking.