Language

OrderItemUpdateParameter Class

Definition

Updates order item parameters.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.OrderItemUpdateParameterTypeConverter))]
public class OrderItemUpdateParameter : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IOrderItemUpdateParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.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.Api20211201.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.

Applies to