Share via


RegistrationAddressInfo(String, String, String, String, String) Constructor

Definition

Initializes a new instance of RegistrationAddressInfo.

public RegistrationAddressInfo (string address1, string city, string country, string postalCode, string state);
new Azure.ResourceManager.AppService.Models.RegistrationAddressInfo : string * string * string * string * string -> Azure.ResourceManager.AppService.Models.RegistrationAddressInfo
Public Sub New (address1 As String, city As String, country As String, postalCode As String, state As String)

Parameters

address1
String

First line of an Address.

city
String

The city for the address.

country
String

The country for the address.

postalCode
String

The postal code for the address.

state
String

The state or province for the address.

Exceptions

address1, city, country, postalCode or state is null.

Applies to