Uses of Class
com.microsoft.azure.management.appservice.Address
-
-
Uses of Address in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return Address Modifier and Type Method Description AddressContact. addressMailing()Get mailing address.AddressDomainContact. addressMailing()AddressAddress. withAddress1(String address1)Set first line of an Address.AddressAddress. withAddress2(String address2)Set the second line of the Address.AddressAddress. withCity(String city)Set the city for the address.AddressAddress. withCountry(String country)Set the country for the address.AddressAddress. withPostalCode(String postalCode)Set the postal code for the address.AddressAddress. withState(String state)Set the state or province for the address.Methods in com.microsoft.azure.management.appservice with parameters of type Address Modifier and Type Method Description ContactContact. withAddressMailing(Address addressMailing)Set mailing address.
-