Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPhysicalAddress
-
Packages that use MicrosoftGraphPhysicalAddress Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphPhysicalAddress in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPhysicalAddress Modifier and Type Method Description MicrosoftGraphPhysicalAddress
MicrosoftGraphLocation. address()
Get the address property: physicalAddress.MicrosoftGraphPhysicalAddress
MicrosoftGraphContactInner. businessAddress()
Get the businessAddress property: physicalAddress.MicrosoftGraphPhysicalAddress
MicrosoftGraphContactInner. homeAddress()
Get the homeAddress property: physicalAddress.MicrosoftGraphPhysicalAddress
MicrosoftGraphContactInner. otherAddress()
Get the otherAddress property: physicalAddress.MicrosoftGraphPhysicalAddress
MicrosoftGraphPhysicalAddress. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: physicalAddress.MicrosoftGraphPhysicalAddress
MicrosoftGraphPhysicalAddress. withCity(String city)
Set the city property: The city.MicrosoftGraphPhysicalAddress
MicrosoftGraphPhysicalAddress. withCountryOrRegion(String countryOrRegion)
Set the countryOrRegion property: The country or region.MicrosoftGraphPhysicalAddress
MicrosoftGraphPhysicalAddress. withPostalCode(String postalCode)
Set the postalCode property: The postal code.MicrosoftGraphPhysicalAddress
MicrosoftGraphPhysicalAddress. withState(String state)
Set the state property: The state.MicrosoftGraphPhysicalAddress
MicrosoftGraphPhysicalAddress. withStreet(String street)
Set the street property: The street.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphPhysicalAddress Modifier and Type Method Description MicrosoftGraphLocation
MicrosoftGraphLocation. withAddress(MicrosoftGraphPhysicalAddress address)
Set the address property: physicalAddress.MicrosoftGraphContactInner
MicrosoftGraphContactInner. withBusinessAddress(MicrosoftGraphPhysicalAddress businessAddress)
Set the businessAddress property: physicalAddress.MicrosoftGraphContactInner
MicrosoftGraphContactInner. withHomeAddress(MicrosoftGraphPhysicalAddress homeAddress)
Set the homeAddress property: physicalAddress.MicrosoftGraphContactInner
MicrosoftGraphContactInner. withOtherAddress(MicrosoftGraphPhysicalAddress otherAddress)
Set the otherAddress property: physicalAddress.
-