Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphThumbnailSet
Packages that use MicrosoftGraphThumbnailSet
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphThumbnailSet in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphThumbnailSetModifier and TypeMethodDescriptionMicrosoftGraphThumbnailSet.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: thumbnailSet.Set the id property: Read-only.MicrosoftGraphThumbnailSet.withLarge(MicrosoftGraphThumbnail large) Set the large property: thumbnail.MicrosoftGraphThumbnailSet.withMedium(MicrosoftGraphThumbnail medium) Set the medium property: thumbnail.MicrosoftGraphThumbnailSet.withSmall(MicrosoftGraphThumbnail small) Set the small property: thumbnail.MicrosoftGraphThumbnailSet.withSource(MicrosoftGraphThumbnail source) Set the source property: thumbnail.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphThumbnailSetModifier and TypeMethodDescriptionMicrosoftGraphDriveItem.thumbnails()Get the thumbnails property: Collection containing [ThumbnailSet][] objects associated with the item.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphThumbnailSetModifier and TypeMethodDescriptionMicrosoftGraphDriveItem.withThumbnails(List<MicrosoftGraphThumbnailSet> thumbnails) Set the thumbnails property: Collection containing [ThumbnailSet][] objects associated with the item.