Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPhysicalAddress
Packages that use MicrosoftGraphPhysicalAddress
Package
Description
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 MicrosoftGraphPhysicalAddressModifier and TypeMethodDescriptionMicrosoftGraphLocation.address()Get the address property: physicalAddress.MicrosoftGraphContact.businessAddress()Get the businessAddress property: physicalAddress.MicrosoftGraphContact.homeAddress()Get the homeAddress property: physicalAddress.MicrosoftGraphContact.otherAddress()Get the otherAddress property: physicalAddress.MicrosoftGraphPhysicalAddress.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: physicalAddress.Set the city property: The city.MicrosoftGraphPhysicalAddress.withCountryOrRegion(String countryOrRegion) Set the countryOrRegion property: The country or region.MicrosoftGraphPhysicalAddress.withPostalCode(String postalCode) Set the postalCode property: The postal code.Set the state property: The state.MicrosoftGraphPhysicalAddress.withStreet(String street) Set the street property: The street.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphPhysicalAddressModifier and TypeMethodDescriptionMicrosoftGraphLocation.withAddress(MicrosoftGraphPhysicalAddress address) Set the address property: physicalAddress.MicrosoftGraphContact.withBusinessAddress(MicrosoftGraphPhysicalAddress businessAddress) Set the businessAddress property: physicalAddress.MicrosoftGraphContact.withHomeAddress(MicrosoftGraphPhysicalAddress homeAddress) Set the homeAddress property: physicalAddress.MicrosoftGraphContact.withOtherAddress(MicrosoftGraphPhysicalAddress otherAddress) Set the otherAddress property: physicalAddress.