Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphProfilePhotoInner
-
Packages that use MicrosoftGraphProfilePhotoInner Package Description com.azure.resourcemanager.authorization.fluent Package containing the service clients for AuthorizationManagementClient.com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphProfilePhotoInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return MicrosoftGraphProfilePhotoInner Modifier and Type Method Description MicrosoftGraphProfilePhotoInner
GroupsClient. createPhotos(String groupId, MicrosoftGraphProfilePhotoInner body)
Create new navigation property to photos for groups.MicrosoftGraphProfilePhotoInner
UsersClient. createPhotos(String userId, MicrosoftGraphProfilePhotoInner body)
Create new navigation property to photos for users.MicrosoftGraphProfilePhotoInner
GroupsClient. getPhoto(String groupId)
Get photo from groups.MicrosoftGraphProfilePhotoInner
UsersClient. getPhoto(String userId)
Get photo from users.MicrosoftGraphProfilePhotoInner
GroupsClient. getPhotos(String groupId, String profilePhotoId)
Get photos from groups.MicrosoftGraphProfilePhotoInner
UsersClient. getPhotos(String userId, String profilePhotoId)
Get photos from users.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphProfilePhotoInner Modifier and Type Method Description Mono<MicrosoftGraphProfilePhotoInner>
GroupsClient. createPhotosAsync(String groupId, MicrosoftGraphProfilePhotoInner body)
Create new navigation property to photos for groups.Mono<MicrosoftGraphProfilePhotoInner>
UsersClient. createPhotosAsync(String userId, MicrosoftGraphProfilePhotoInner body)
Create new navigation property to photos for users.com.azure.core.http.rest.Response<MicrosoftGraphProfilePhotoInner>
GroupsClient. createPhotosWithResponse(String groupId, MicrosoftGraphProfilePhotoInner body, com.azure.core.util.Context context)
Create new navigation property to photos for groups.com.azure.core.http.rest.Response<MicrosoftGraphProfilePhotoInner>
UsersClient. createPhotosWithResponse(String userId, MicrosoftGraphProfilePhotoInner body, com.azure.core.util.Context context)
Create new navigation property to photos for users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphProfilePhotoInner>>
GroupsClient. createPhotosWithResponseAsync(String groupId, MicrosoftGraphProfilePhotoInner body)
Create new navigation property to photos for groups.Mono<com.azure.core.http.rest.Response<MicrosoftGraphProfilePhotoInner>>
UsersClient. createPhotosWithResponseAsync(String userId, MicrosoftGraphProfilePhotoInner body)
Create new navigation property to photos for users.Mono<MicrosoftGraphProfilePhotoInner>
GroupsClient. getPhotoAsync(String groupId)
Get photo from groups.Mono<MicrosoftGraphProfilePhotoInner>
GroupsClient. getPhotoAsync(String groupId, List<GroupsSelect> select, List<String> expand)
Get photo from groups.Mono<MicrosoftGraphProfilePhotoInner>
UsersClient. getPhotoAsync(String userId)
Get photo from users.Mono<MicrosoftGraphProfilePhotoInner>
UsersClient. getPhotoAsync(String userId, List<UsersSelect> select, List<String> expand)
Get photo from users.Mono<MicrosoftGraphProfilePhotoInner>
GroupsClient. getPhotosAsync(String groupId, String profilePhotoId)
Get photos from groups.Mono<MicrosoftGraphProfilePhotoInner>
GroupsClient. getPhotosAsync(String groupId, String profilePhotoId, List<GroupsSelect> select, List<String> expand)
Get photos from groups.Mono<MicrosoftGraphProfilePhotoInner>
UsersClient. getPhotosAsync(String userId, String profilePhotoId)
Get photos from users.Mono<MicrosoftGraphProfilePhotoInner>
UsersClient. getPhotosAsync(String userId, String profilePhotoId, List<UsersSelect> select, List<String> expand)
Get photos from users.com.azure.core.http.rest.Response<MicrosoftGraphProfilePhotoInner>
GroupsClient. getPhotosWithResponse(String groupId, String profilePhotoId, List<GroupsSelect> select, List<String> expand, com.azure.core.util.Context context)
Get photos from groups.com.azure.core.http.rest.Response<MicrosoftGraphProfilePhotoInner>
UsersClient. getPhotosWithResponse(String userId, String profilePhotoId, List<UsersSelect> select, List<String> expand, com.azure.core.util.Context context)
Get photos from users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphProfilePhotoInner>>
GroupsClient. getPhotosWithResponseAsync(String groupId, String profilePhotoId, List<GroupsSelect> select, List<String> expand)
Get photos from groups.Mono<com.azure.core.http.rest.Response<MicrosoftGraphProfilePhotoInner>>
UsersClient. getPhotosWithResponseAsync(String userId, String profilePhotoId, List<UsersSelect> select, List<String> expand)
Get photos from users.com.azure.core.http.rest.Response<MicrosoftGraphProfilePhotoInner>
GroupsClient. getPhotoWithResponse(String groupId, List<GroupsSelect> select, List<String> expand, com.azure.core.util.Context context)
Get photo from groups.com.azure.core.http.rest.Response<MicrosoftGraphProfilePhotoInner>
UsersClient. getPhotoWithResponse(String userId, List<UsersSelect> select, List<String> expand, com.azure.core.util.Context context)
Get photo from users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphProfilePhotoInner>>
GroupsClient. getPhotoWithResponseAsync(String groupId, List<GroupsSelect> select, List<String> expand)
Get photo from groups.Mono<com.azure.core.http.rest.Response<MicrosoftGraphProfilePhotoInner>>
UsersClient. getPhotoWithResponseAsync(String userId, List<UsersSelect> select, List<String> expand)
Get photo from users.com.azure.core.http.rest.PagedIterable<MicrosoftGraphProfilePhotoInner>
GroupsClient. listPhotos(String groupId)
Get photos from groups.com.azure.core.http.rest.PagedIterable<MicrosoftGraphProfilePhotoInner>
GroupsClient. listPhotos(String groupId, Integer top, Integer skip, String search, String filter, Boolean count, List<GroupsOrderby> orderby, List<GroupsSelect> select, List<String> expand, com.azure.core.util.Context context)
Get photos from groups.com.azure.core.http.rest.PagedIterable<MicrosoftGraphProfilePhotoInner>
UsersClient. listPhotos(String userId)
Get photos from users.com.azure.core.http.rest.PagedIterable<MicrosoftGraphProfilePhotoInner>
UsersClient. listPhotos(String userId, Integer top, Integer skip, String search, String filter, Boolean count, List<UsersOrderby> orderby, List<UsersSelect> select, List<String> expand, com.azure.core.util.Context context)
Get photos from users.com.azure.core.http.rest.PagedFlux<MicrosoftGraphProfilePhotoInner>
GroupsClient. listPhotosAsync(String groupId)
Get photos from groups.com.azure.core.http.rest.PagedFlux<MicrosoftGraphProfilePhotoInner>
GroupsClient. listPhotosAsync(String groupId, Integer top, Integer skip, String search, String filter, Boolean count, List<GroupsOrderby> orderby, List<GroupsSelect> select, List<String> expand)
Get photos from groups.com.azure.core.http.rest.PagedFlux<MicrosoftGraphProfilePhotoInner>
UsersClient. listPhotosAsync(String userId)
Get photos from users.com.azure.core.http.rest.PagedFlux<MicrosoftGraphProfilePhotoInner>
UsersClient. listPhotosAsync(String userId, Integer top, Integer skip, String search, String filter, Boolean count, List<UsersOrderby> orderby, List<UsersSelect> select, List<String> expand)
Get photos from users.Methods in com.azure.resourcemanager.authorization.fluent with parameters of type MicrosoftGraphProfilePhotoInner Modifier and Type Method Description MicrosoftGraphProfilePhotoInner
GroupsClient. createPhotos(String groupId, MicrosoftGraphProfilePhotoInner body)
Create new navigation property to photos for groups.MicrosoftGraphProfilePhotoInner
UsersClient. createPhotos(String userId, MicrosoftGraphProfilePhotoInner body)
Create new navigation property to photos for users.Mono<MicrosoftGraphProfilePhotoInner>
GroupsClient. createPhotosAsync(String groupId, MicrosoftGraphProfilePhotoInner body)
Create new navigation property to photos for groups.Mono<MicrosoftGraphProfilePhotoInner>
UsersClient. createPhotosAsync(String userId, MicrosoftGraphProfilePhotoInner body)
Create new navigation property to photos for users.com.azure.core.http.rest.Response<MicrosoftGraphProfilePhotoInner>
GroupsClient. createPhotosWithResponse(String groupId, MicrosoftGraphProfilePhotoInner body, com.azure.core.util.Context context)
Create new navigation property to photos for groups.com.azure.core.http.rest.Response<MicrosoftGraphProfilePhotoInner>
UsersClient. createPhotosWithResponse(String userId, MicrosoftGraphProfilePhotoInner body, com.azure.core.util.Context context)
Create new navigation property to photos for users.Mono<com.azure.core.http.rest.Response<MicrosoftGraphProfilePhotoInner>>
GroupsClient. createPhotosWithResponseAsync(String groupId, MicrosoftGraphProfilePhotoInner body)
Create new navigation property to photos for groups.Mono<com.azure.core.http.rest.Response<MicrosoftGraphProfilePhotoInner>>
UsersClient. createPhotosWithResponseAsync(String userId, MicrosoftGraphProfilePhotoInner body)
Create new navigation property to photos for users.void
GroupsClient. updatePhoto(String groupId, MicrosoftGraphProfilePhotoInner body)
Update the navigation property photo in groups.void
UsersClient. updatePhoto(String userId, MicrosoftGraphProfilePhotoInner body)
Update the navigation property photo in users.Mono<Void>
GroupsClient. updatePhotoAsync(String groupId, MicrosoftGraphProfilePhotoInner body)
Update the navigation property photo in groups.Mono<Void>
UsersClient. updatePhotoAsync(String userId, MicrosoftGraphProfilePhotoInner body)
Update the navigation property photo in users.void
GroupsClient. updatePhotos(String groupId, String profilePhotoId, MicrosoftGraphProfilePhotoInner body)
Update the navigation property photos in groups.void
UsersClient. updatePhotos(String userId, String profilePhotoId, MicrosoftGraphProfilePhotoInner body)
Update the navigation property photos in users.Mono<Void>
GroupsClient. updatePhotosAsync(String groupId, String profilePhotoId, MicrosoftGraphProfilePhotoInner body)
Update the navigation property photos in groups.Mono<Void>
UsersClient. updatePhotosAsync(String userId, String profilePhotoId, MicrosoftGraphProfilePhotoInner body)
Update the navigation property photos in users.com.azure.core.http.rest.Response<Void>
GroupsClient. updatePhotosWithResponse(String groupId, String profilePhotoId, MicrosoftGraphProfilePhotoInner body, com.azure.core.util.Context context)
Update the navigation property photos in groups.com.azure.core.http.rest.Response<Void>
UsersClient. updatePhotosWithResponse(String userId, String profilePhotoId, MicrosoftGraphProfilePhotoInner body, com.azure.core.util.Context context)
Update the navigation property photos in users.Mono<com.azure.core.http.rest.Response<Void>>
GroupsClient. updatePhotosWithResponseAsync(String groupId, String profilePhotoId, MicrosoftGraphProfilePhotoInner body)
Update the navigation property photos in groups.Mono<com.azure.core.http.rest.Response<Void>>
UsersClient. updatePhotosWithResponseAsync(String userId, String profilePhotoId, MicrosoftGraphProfilePhotoInner body)
Update the navigation property photos in users.com.azure.core.http.rest.Response<Void>
GroupsClient. updatePhotoWithResponse(String groupId, MicrosoftGraphProfilePhotoInner body, com.azure.core.util.Context context)
Update the navigation property photo in groups.com.azure.core.http.rest.Response<Void>
UsersClient. updatePhotoWithResponse(String userId, MicrosoftGraphProfilePhotoInner body, com.azure.core.util.Context context)
Update the navigation property photo in users.Mono<com.azure.core.http.rest.Response<Void>>
GroupsClient. updatePhotoWithResponseAsync(String groupId, MicrosoftGraphProfilePhotoInner body)
Update the navigation property photo in groups.Mono<com.azure.core.http.rest.Response<Void>>
UsersClient. updatePhotoWithResponseAsync(String userId, MicrosoftGraphProfilePhotoInner body)
Update the navigation property photo in users. -
Uses of MicrosoftGraphProfilePhotoInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphProfilePhotoInner Modifier and Type Method Description MicrosoftGraphProfilePhotoInner
MicrosoftGraphContactInner. photo()
Get the photo property: profilePhoto.MicrosoftGraphProfilePhotoInner
MicrosoftGraphGroupInner. photo()
Get the photo property: profilePhoto.MicrosoftGraphProfilePhotoInner
MicrosoftGraphUserInner. photo()
Get the photo property: profilePhoto.MicrosoftGraphProfilePhotoInner
MicrosoftGraphProfilePhotoInner. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: profilePhoto.MicrosoftGraphProfilePhotoInner
MicrosoftGraphProfilePhotoInner. withHeight(Integer height)
Set the height property: The height of the photo.MicrosoftGraphProfilePhotoInner
MicrosoftGraphProfilePhotoInner. withId(String id)
Set the id property: Read-only.MicrosoftGraphProfilePhotoInner
MicrosoftGraphProfilePhotoInner. withWidth(Integer width)
Set the width property: The width of the photo.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphProfilePhotoInner Modifier and Type Method Description List<MicrosoftGraphProfilePhotoInner>
MicrosoftGraphGroupInner. photos()
Get the photos property: The profile photos owned by the group.List<MicrosoftGraphProfilePhotoInner>
MicrosoftGraphUserInner. photos()
Get the photos property: The photos property.List<MicrosoftGraphProfilePhotoInner>
CollectionOfProfilePhoto. value()
Get the value property: The value property.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphProfilePhotoInner Modifier and Type Method Description MicrosoftGraphContactInner
MicrosoftGraphContactInner. withPhoto(MicrosoftGraphProfilePhotoInner photo)
Set the photo property: profilePhoto.MicrosoftGraphGroupInner
MicrosoftGraphGroupInner. withPhoto(MicrosoftGraphProfilePhotoInner photo)
Set the photo property: profilePhoto.MicrosoftGraphUserInner
MicrosoftGraphUserInner. withPhoto(MicrosoftGraphProfilePhotoInner photo)
Set the photo property: profilePhoto.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphProfilePhotoInner Modifier and Type Method Description MicrosoftGraphGroupInner
MicrosoftGraphGroupInner. withPhotos(List<MicrosoftGraphProfilePhotoInner> photos)
Set the photos property: The profile photos owned by the group.MicrosoftGraphUserInner
MicrosoftGraphUserInner. withPhotos(List<MicrosoftGraphProfilePhotoInner> photos)
Set the photos property: The photos property.CollectionOfProfilePhoto
CollectionOfProfilePhoto. withValue(List<MicrosoftGraphProfilePhotoInner> value)
Set the value property: The value property.
-