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 MicrosoftGraphThumbnail
MicrosoftGraphThumbnailSet. large()
Get the large property: thumbnail.MicrosoftGraphThumbnail
MicrosoftGraphThumbnailSet. medium()
Get the medium property: thumbnail.MicrosoftGraphThumbnail
MicrosoftGraphThumbnailSet. small()
Get the small property: thumbnail.MicrosoftGraphThumbnail
MicrosoftGraphThumbnailSet. source()
Get the source property: thumbnail.MicrosoftGraphThumbnail
MicrosoftGraphThumbnail. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: thumbnail.MicrosoftGraphThumbnail
MicrosoftGraphThumbnail. withContent(byte[] content)
Set the content property: The content stream for the thumbnail.MicrosoftGraphThumbnail
MicrosoftGraphThumbnail. withHeight(Integer height)
Set the height property: The height of the thumbnail, in pixels.MicrosoftGraphThumbnail
MicrosoftGraphThumbnail. withSourceItemId(String sourceItemId)
Set the sourceItemId property: The unique identifier of the item that provided the thumbnail.MicrosoftGraphThumbnail
MicrosoftGraphThumbnail. withUrl(String url)
Set the url property: The URL used to fetch the thumbnail content.MicrosoftGraphThumbnail
MicrosoftGraphThumbnail. 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 MicrosoftGraphThumbnailSet
MicrosoftGraphThumbnailSet. withLarge(MicrosoftGraphThumbnail large)
Set the large property: thumbnail.MicrosoftGraphThumbnailSet
MicrosoftGraphThumbnailSet. withMedium(MicrosoftGraphThumbnail medium)
Set the medium property: thumbnail.MicrosoftGraphThumbnailSet
MicrosoftGraphThumbnailSet. withSmall(MicrosoftGraphThumbnail small)
Set the small property: thumbnail.MicrosoftGraphThumbnailSet
MicrosoftGraphThumbnailSet. withSource(MicrosoftGraphThumbnail source)
Set the source property: thumbnail.
-