Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphImage
-
Packages that use MicrosoftGraphImage Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphImage in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphImage Modifier and Type Method Description MicrosoftGraphImage
MicrosoftGraphDriveItem. image()
Get the image property: image.MicrosoftGraphImage
MicrosoftGraphRemoteItem. image()
Get the image property: image.MicrosoftGraphImage
MicrosoftGraphImage. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: image.MicrosoftGraphImage
MicrosoftGraphImage. withHeight(Integer height)
Set the height property: Optional.MicrosoftGraphImage
MicrosoftGraphImage. withWidth(Integer width)
Set the width property: Optional.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphImage Modifier and Type Method Description MicrosoftGraphDriveItem
MicrosoftGraphDriveItem. withImage(MicrosoftGraphImage image)
Set the image property: image.MicrosoftGraphRemoteItem
MicrosoftGraphRemoteItem. withImage(MicrosoftGraphImage image)
Set the image property: image.
-