### YamlMime:JavaType inheritances: - methods: - fullName: com.microsoft.azure.management.appservice.Address.address1() name: address1() nameWithType: Address.address1() returns: description:

the address1 value

type: summary: >-

Get the address1 value.

syntax: public String address1() uid: com.microsoft.azure.management.appservice.Address.address1() - fullName: com.microsoft.azure.management.appservice.Address.address2() name: address2() nameWithType: Address.address2() returns: description:

the address2 value

type: summary: >-

Get the address2 value.

syntax: public String address2() uid: com.microsoft.azure.management.appservice.Address.address2() - fullName: com.microsoft.azure.management.appservice.Address.city() name: city() nameWithType: Address.city() returns: description:

the city value

type: summary: >-

Get the city value.

syntax: public String city() uid: com.microsoft.azure.management.appservice.Address.city() - fullName: com.microsoft.azure.management.appservice.Address.country() name: country() nameWithType: Address.country() returns: description:

the country value

type: summary: >-

Get the country value.

syntax: public String country() uid: com.microsoft.azure.management.appservice.Address.country() - fullName: com.microsoft.azure.management.appservice.Address.postalCode() name: postalCode() nameWithType: Address.postalCode() returns: description:

the postalCode value

type: summary: >-

Get the postalCode value.

syntax: public String postalCode() uid: com.microsoft.azure.management.appservice.Address.postalCode() - fullName: com.microsoft.azure.management.appservice.Address.state() name: state() nameWithType: Address.state() returns: description:

the state value

type: summary: >-

Get the state value.

syntax: public String state() uid: com.microsoft.azure.management.appservice.Address.state() - fullName: com.microsoft.azure.management.appservice.Address.withAddress1(String address1) name: withAddress1(String address1) nameWithType: Address.withAddress1(String address1) parameters: - description:

the address1 value to set

name: address1 type: returns: description:

the Address object itself.

type: summary: >-

Set the address1 value.

syntax: public Address withAddress1(String address1) uid: com.microsoft.azure.management.appservice.Address.withAddress1(String) - fullName: com.microsoft.azure.management.appservice.Address.withAddress2(String address2) name: withAddress2(String address2) nameWithType: Address.withAddress2(String address2) parameters: - description:

the address2 value to set

name: address2 type: returns: description:

the Address object itself.

type: summary: >-

Set the address2 value.

syntax: public Address withAddress2(String address2) uid: com.microsoft.azure.management.appservice.Address.withAddress2(String) - fullName: com.microsoft.azure.management.appservice.Address.withCity(String city) name: withCity(String city) nameWithType: Address.withCity(String city) parameters: - description:

the city value to set

name: city type: returns: description:

the Address object itself.

type: summary: >-

Set the city value.

syntax: public Address withCity(String city) uid: com.microsoft.azure.management.appservice.Address.withCity(String) - fullName: com.microsoft.azure.management.appservice.Address.withCountry(String country) name: withCountry(String country) nameWithType: Address.withCountry(String country) parameters: - description:

the country value to set

name: country type: returns: description:

the Address object itself.

type: summary: >-

Set the country value.

syntax: public Address withCountry(String country) uid: com.microsoft.azure.management.appservice.Address.withCountry(String) - fullName: com.microsoft.azure.management.appservice.Address.withPostalCode(String postalCode) name: withPostalCode(String postalCode) nameWithType: Address.withPostalCode(String postalCode) parameters: - description:

the postalCode value to set

name: postalCode type: returns: description:

the Address object itself.

type: summary: >-

Set the postalCode value.

syntax: public Address withPostalCode(String postalCode) uid: com.microsoft.azure.management.appservice.Address.withPostalCode(String) - fullName: com.microsoft.azure.management.appservice.Address.withState(String state) name: withState(String state) nameWithType: Address.withState(String state) parameters: - description:

the state value to set

name: state type: returns: description:

the Address object itself.

type: summary: >-

Set the state value.

syntax: public Address withState(String state) uid: com.microsoft.azure.management.appservice.Address.withState(String) nameWithType: Address syntax: public class Address type: class uid: com.microsoft.azure.management.appservice.Address fullName: com.microsoft.azure.management.appservice.Address name: Address package: com.microsoft.azure.management.appservice summary:

Address information for domain registration.

metadata: {}