Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLocation
-
Packages that use MicrosoftGraphLocation Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphLocation in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphLocation Modifier and Type Method Description MicrosoftGraphLocationMicrosoftGraphEvent. location()Get the location property: location.MicrosoftGraphLocationMicrosoftGraphLocation. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: location.MicrosoftGraphLocationMicrosoftGraphLocation. withAddress(MicrosoftGraphPhysicalAddress address)Set the address property: physicalAddress.MicrosoftGraphLocationMicrosoftGraphLocation. withCoordinates(MicrosoftGraphOutlookGeoCoordinates coordinates)Set the coordinates property: outlookGeoCoordinates.MicrosoftGraphLocationMicrosoftGraphLocation. withDisplayName(String displayName)Set the displayName property: The name associated with the location.MicrosoftGraphLocationMicrosoftGraphLocation. withLocationEmailAddress(String locationEmailAddress)Set the locationEmailAddress property: Optional email address of the location.MicrosoftGraphLocationMicrosoftGraphLocation. withLocationType(MicrosoftGraphLocationType locationType)Set the locationType property: The locationType property.MicrosoftGraphLocationMicrosoftGraphLocation. withLocationUri(String locationUri)Set the locationUri property: Optional URI representing the location.MicrosoftGraphLocationMicrosoftGraphLocation. withUniqueId(String uniqueId)Set the uniqueId property: For internal use only.MicrosoftGraphLocationMicrosoftGraphLocation. withUniqueIdType(MicrosoftGraphLocationUniqueIdType uniqueIdType)Set the uniqueIdType property: The uniqueIdType property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphLocation Modifier and Type Method Description List<MicrosoftGraphLocation>MicrosoftGraphEvent. locations()Get the locations property: The locations where the event is held or attended from.List<MicrosoftGraphLocation>MicrosoftGraphPerson. postalAddresses()Get the postalAddresses property: The person's addresses.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphLocation Modifier and Type Method Description MicrosoftGraphEventMicrosoftGraphEvent. withLocation(MicrosoftGraphLocation location)Set the location property: location.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphLocation Modifier and Type Method Description MicrosoftGraphEventMicrosoftGraphEvent. withLocations(List<MicrosoftGraphLocation> locations)Set the locations property: The locations where the event is held or attended from.MicrosoftGraphPersonMicrosoftGraphPerson. withPostalAddresses(List<MicrosoftGraphLocation> postalAddresses)Set the postalAddresses property: The person's addresses.
-