Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphProfilePhoto
Packages that use MicrosoftGraphProfilePhoto
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphProfilePhoto in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphProfilePhotoModifier and TypeMethodDescriptionMicrosoftGraphContact.photo()Get the photo property: profilePhoto.MicrosoftGraphGroupInner.photo()Get the photo property: profilePhoto.MicrosoftGraphUserInner.photo()Get the photo property: profilePhoto.MicrosoftGraphProfilePhoto.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: profilePhoto.MicrosoftGraphProfilePhoto.withHeight(Integer height) Set the height property: The height of the photo.Set the id property: Read-only.Set the width property: The width of the photo.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphProfilePhotoModifier and TypeMethodDescriptionMicrosoftGraphGroupInner.photos()Get the photos property: The profile photos owned by the group.MicrosoftGraphUserInner.photos()Get the photos property: The photos property.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphProfilePhotoModifier and TypeMethodDescriptionMicrosoftGraphContact.withPhoto(MicrosoftGraphProfilePhoto photo) Set the photo property: profilePhoto.MicrosoftGraphGroupInner.withPhoto(MicrosoftGraphProfilePhoto photo) Set the photo property: profilePhoto.MicrosoftGraphUserInner.withPhoto(MicrosoftGraphProfilePhoto photo) Set the photo property: profilePhoto.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphProfilePhotoModifier and TypeMethodDescriptionMicrosoftGraphGroupInner.withPhotos(List<MicrosoftGraphProfilePhoto> photos) Set the photos property: The profile photos owned by the group.MicrosoftGraphUserInner.withPhotos(List<MicrosoftGraphProfilePhoto> photos) Set the photos property: The photos property.