Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphThumbnail
-
Packages that use MicrosoftGraphThumbnail Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphThumbnail Modifier and Type Method Description MicrosoftGraphThumbnailMicrosoftGraphThumbnailSet. large()Get the large property: thumbnail.MicrosoftGraphThumbnailMicrosoftGraphThumbnailSet. medium()Get the medium property: thumbnail.MicrosoftGraphThumbnailMicrosoftGraphThumbnailSet. small()Get the small property: thumbnail.MicrosoftGraphThumbnailMicrosoftGraphThumbnailSet. source()Get the source property: thumbnail.MicrosoftGraphThumbnailMicrosoftGraphThumbnail. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: thumbnail.MicrosoftGraphThumbnailMicrosoftGraphThumbnail. withContent(byte[] content)Set the content property: The content stream for the thumbnail.MicrosoftGraphThumbnailMicrosoftGraphThumbnail. withHeight(Integer height)Set the height property: The height of the thumbnail, in pixels.MicrosoftGraphThumbnailMicrosoftGraphThumbnail. withSourceItemId(String sourceItemId)Set the sourceItemId property: The unique identifier of the item that provided the thumbnail.MicrosoftGraphThumbnailMicrosoftGraphThumbnail. withUrl(String url)Set the url property: The URL used to fetch the thumbnail content.MicrosoftGraphThumbnailMicrosoftGraphThumbnail. withWidth(Integer width)Set the width property: The width of the thumbnail, in pixels.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphThumbnail Modifier and Type Method Description MicrosoftGraphThumbnailSetMicrosoftGraphThumbnailSet. withLarge(MicrosoftGraphThumbnail large)Set the large property: thumbnail.MicrosoftGraphThumbnailSetMicrosoftGraphThumbnailSet. withMedium(MicrosoftGraphThumbnail medium)Set the medium property: thumbnail.MicrosoftGraphThumbnailSetMicrosoftGraphThumbnailSet. withSmall(MicrosoftGraphThumbnail small)Set the small property: thumbnail.MicrosoftGraphThumbnailSetMicrosoftGraphThumbnailSet. withSource(MicrosoftGraphThumbnail source)Set the source property: thumbnail.
-