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