Language

AddressUpdateProperties Class

Definition

Address Properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.AddressUpdatePropertiesTypeConverter))]
public class AddressUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IAddressUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.AddressUpdatePropertiesTypeConverter))>]
type AddressUpdateProperties = class
    interface IAddressUpdateProperties
    interface IJsonSerializable
Public Class AddressUpdateProperties
Implements IAddressUpdateProperties
Inheritance
AddressUpdateProperties
Attributes
Implements

Constructors

Name Description
AddressUpdateProperties()

Creates an new AddressUpdateProperties instance.

Properties

Name Description
ContactDetail

Contact details for the address

ShippingAddress

Shipping details for the address

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AddressUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AddressUpdateProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IAddressUpdateProperties.

FromJsonString(String)

Creates a new instance of AddressUpdateProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AddressUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to