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 MicrosoftGraphPhysicalAddressMicrosoftGraphLocation. address()Get the address property: physicalAddress.MicrosoftGraphPhysicalAddressMicrosoftGraphContactInner. businessAddress()Get the businessAddress property: physicalAddress.MicrosoftGraphPhysicalAddressMicrosoftGraphContactInner. homeAddress()Get the homeAddress property: physicalAddress.MicrosoftGraphPhysicalAddressMicrosoftGraphContactInner. otherAddress()Get the otherAddress property: physicalAddress.MicrosoftGraphPhysicalAddressMicrosoftGraphPhysicalAddress. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: physicalAddress.MicrosoftGraphPhysicalAddressMicrosoftGraphPhysicalAddress. withCity(String city)Set the city property: The city.MicrosoftGraphPhysicalAddressMicrosoftGraphPhysicalAddress. withCountryOrRegion(String countryOrRegion)Set the countryOrRegion property: The country or region.MicrosoftGraphPhysicalAddressMicrosoftGraphPhysicalAddress. withPostalCode(String postalCode)Set the postalCode property: The postal code.MicrosoftGraphPhysicalAddressMicrosoftGraphPhysicalAddress. withState(String state)Set the state property: The state.MicrosoftGraphPhysicalAddressMicrosoftGraphPhysicalAddress. 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 MicrosoftGraphLocationMicrosoftGraphLocation. withAddress(MicrosoftGraphPhysicalAddress address)Set the address property: physicalAddress.MicrosoftGraphContactInnerMicrosoftGraphContactInner. withBusinessAddress(MicrosoftGraphPhysicalAddress businessAddress)Set the businessAddress property: physicalAddress.MicrosoftGraphContactInnerMicrosoftGraphContactInner. withHomeAddress(MicrosoftGraphPhysicalAddress homeAddress)Set the homeAddress property: physicalAddress.MicrosoftGraphContactInnerMicrosoftGraphContactInner. withOtherAddress(MicrosoftGraphPhysicalAddress otherAddress)Set the otherAddress property: physicalAddress.
-