Uses of Class
com.microsoft.azure.management.appservice.Address
Packages that use Address
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of Address in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AddressModifier and TypeMethodDescriptionContact.addressMailing()
Get mailing address.DomainContact.addressMailing()
Address.withAddress1
(String address1) Set first line of an Address.Address.withAddress2
(String address2) Set the second line of the Address.Set the city for the address.Address.withCountry
(String country) Set the country for the address.Address.withPostalCode
(String postalCode) Set the postal code for the address.Set the state or province for the address.Methods in com.microsoft.azure.management.appservice with parameters of type AddressModifier and TypeMethodDescriptionContact.withAddressMailing
(Address addressMailing) Set mailing address.