Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPhysicalOfficeAddress
-
Packages that use MicrosoftGraphPhysicalOfficeAddress Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphPhysicalOfficeAddress in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPhysicalOfficeAddress Modifier and Type Method Description MicrosoftGraphPhysicalOfficeAddressMicrosoftGraphPhysicalOfficeAddress. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: physicalOfficeAddress.MicrosoftGraphPhysicalOfficeAddressMicrosoftGraphPhysicalOfficeAddress. withCity(String city)Set the city property: The city.MicrosoftGraphPhysicalOfficeAddressMicrosoftGraphPhysicalOfficeAddress. withCountryOrRegion(String countryOrRegion)Set the countryOrRegion property: The country or region.MicrosoftGraphPhysicalOfficeAddressMicrosoftGraphPhysicalOfficeAddress. withOfficeLocation(String officeLocation)Set the officeLocation property: Office location such as building and office number for an organizational contact.MicrosoftGraphPhysicalOfficeAddressMicrosoftGraphPhysicalOfficeAddress. withPostalCode(String postalCode)Set the postalCode property: The postal code.MicrosoftGraphPhysicalOfficeAddressMicrosoftGraphPhysicalOfficeAddress. withState(String state)Set the state property: The state.MicrosoftGraphPhysicalOfficeAddressMicrosoftGraphPhysicalOfficeAddress. withStreet(String street)Set the street property: The street.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphPhysicalOfficeAddress Modifier and Type Method Description List<MicrosoftGraphPhysicalOfficeAddress>MicrosoftGraphOrgContactInner. addresses()Get the addresses property: The addresses property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphPhysicalOfficeAddress Modifier and Type Method Description MicrosoftGraphOrgContactInnerMicrosoftGraphOrgContactInner. withAddresses(List<MicrosoftGraphPhysicalOfficeAddress> addresses)Set the addresses property: The addresses property.
-