Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Address |
DomainContact.addressMailing() |
Address |
Contact.addressMailing()
Get mailing address.
|
Address |
Address.withAddress1(String address1)
Set first line of an Address.
|
Address |
Address.withAddress2(String address2)
Set the second line of the Address.
|
Address |
Address.withCity(String city)
Set the city for the address.
|
Address |
Address.withCountry(String country)
Set the country for the address.
|
Address |
Address.withPostalCode(String postalCode)
Set the postal code for the address.
|
Address |
Address.withState(String state)
Set the state or province for the address.
|
Modifier and Type | Method and Description |
---|---|
Contact |
Contact.withAddressMailing(Address addressMailing)
Set mailing address.
|
Copyright © 2019. All rights reserved.