Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphThumbnail
Packages that use MicrosoftGraphThumbnail
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphThumbnail in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphThumbnailModifier and TypeMethodDescriptionMicrosoftGraphThumbnailSet.large()Get the large property: thumbnail.MicrosoftGraphThumbnailSet.medium()Get the medium property: thumbnail.MicrosoftGraphThumbnailSet.small()Get the small property: thumbnail.MicrosoftGraphThumbnailSet.source()Get the source property: thumbnail.MicrosoftGraphThumbnail.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: thumbnail.MicrosoftGraphThumbnail.withContent(byte[] content) Set the content property: The content stream for the thumbnail.MicrosoftGraphThumbnail.withHeight(Integer height) Set the height property: The height of the thumbnail, in pixels.MicrosoftGraphThumbnail.withSourceItemId(String sourceItemId) Set the sourceItemId property: The unique identifier of the item that provided the thumbnail.Set the url property: The URL used to fetch the thumbnail content.Set the width property: The width of the thumbnail, in pixels.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphThumbnailModifier and TypeMethodDescriptionMicrosoftGraphThumbnailSet.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.