RegistrationAddressInfo(String, String, String, String, String) Constructor
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET