OrderItemUpdateParameter Class
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.
Updates order item parameters.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.OrderItemUpdateParameterTypeConverter))]
public class OrderItemUpdateParameter : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IOrderItemUpdateParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.OrderItemUpdateParameterTypeConverter))>]
type OrderItemUpdateParameter = class
interface IOrderItemUpdateParameter
interface IJsonSerializable
Public Class OrderItemUpdateParameter
Implements IOrderItemUpdateParameter
- Inheritance
-
OrderItemUpdateParameter
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| OrderItemUpdateParameter() |
Creates an new OrderItemUpdateParameter instance. |
Properties
| Name | Description |
|---|---|
| ForwardAddressContactDetail |
Contact details for the address |
| ForwardAddressShippingAddress |
Shipping details for the address |
| ForwardAddressValidationStatus |
Status of address validation |
| NotificationEmailList |
Additional notification email list. |
| Preference |
Customer preference. |
| Tag |
The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OrderItemUpdateParameter. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OrderItemUpdateParameter. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IOrderItemUpdateParameter. |
| FromJsonString(String) |
Creates a new instance of OrderItemUpdateParameter, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of OrderItemUpdateParameter into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |