| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
DomainContact.addressMailing() |
Address |
Contact.addressMailing()
Get the addressMailing property: Mailing address.
|
Address |
Address.withAddress1(String address1)
Set the address1 property: First line of an Address.
|
Address |
Address.withAddress2(String address2)
Set the address2 property: The second line of the Address.
|
Address |
Address.withCity(String city)
Set the city property: The city for the address.
|
Address |
Address.withCountry(String country)
Set the country property: The country for the address.
|
Address |
Address.withPostalCode(String postalCode)
Set the postalCode property: The postal code for the address.
|
Address |
Address.withState(String state)
Set the state property: The state or province for the address.
|
| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.withAddressMailing(Address addressMailing)
Set the addressMailing property: Mailing address.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.