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 MicrosoftGraphImageMicrosoftGraphDriveItem. image()Get the image property: image.MicrosoftGraphImageMicrosoftGraphRemoteItem. image()Get the image property: image.MicrosoftGraphImageMicrosoftGraphImage. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: image.MicrosoftGraphImageMicrosoftGraphImage. withHeight(Integer height)Set the height property: Optional.MicrosoftGraphImageMicrosoftGraphImage. 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 MicrosoftGraphDriveItemMicrosoftGraphDriveItem. withImage(MicrosoftGraphImage image)Set the image property: image.MicrosoftGraphRemoteItemMicrosoftGraphRemoteItem. withImage(MicrosoftGraphImage image)Set the image property: image.
-