Address 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.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |