Uses of Class
com.azure.resourcemanager.appservice.models.Address
Packages that use Address
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of Address in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type AddressModifier and TypeClassDescriptionfinal classAddress information for domain registration.Methods in com.azure.resourcemanager.appservice.models that return AddressModifier and TypeMethodDescriptionContact.addressMailing()Get the addressMailing property: Mailing address.DomainContact.addressMailing()Gets contact's mailing address.static AddressAddress.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Address from the JsonReader.Address.withAddress1(String address1) Set the address1 property: First line of an Address.Address.withAddress2(String address2) Set the address2 property: The second line of the Address.Set the city property: The city for the address.Address.withCountry(String country) Set the country property: The country for the address.Address.withPostalCode(String postalCode) Set the postalCode property: The postal code for the address.Set the state property: The state or province for the address.Methods in com.azure.resourcemanager.appservice.models with parameters of type AddressModifier and TypeMethodDescriptionContact.withAddressMailing(Address addressMailing) Set the addressMailing property: Mailing address.