Share via


Address Class

Definition

Address information for domain registration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter))]
public class Address : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AddressTypeConverter))>]
type Address = class
    interface IAddress
    interface IJsonSerializable
Public Class Address
Implements IAddress
Inheritance
Address
Attributes
Implements

Constructors

Address()

Creates an new Address instance.

Properties

Address1

First line of an Address.

Address2

The second line of the Address. Optional.

City

The city for the address.

Country

The country for the address.

PostalCode

The postal code for the address.

State

The state or province for the address.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Address.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Address.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAddress.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Address into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to