Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphImageInfo
-
Packages that use MicrosoftGraphImageInfo Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphImageInfo in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphImageInfo Modifier and Type Method Description MicrosoftGraphImageInfo
MicrosoftGraphVisualInfo. attribution()
Get the attribution property: imageInfo.MicrosoftGraphImageInfo
MicrosoftGraphImageInfo. withAddImageQuery(Boolean addImageQuery)
Set the addImageQuery property: Optional; parameter used to indicate the server is able to render image dynamically in response to parameterization.MicrosoftGraphImageInfo
MicrosoftGraphImageInfo. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: imageInfo.MicrosoftGraphImageInfo
MicrosoftGraphImageInfo. withAlternateText(String alternateText)
Set the alternateText property: Optional; alt-text accessible content for the image.MicrosoftGraphImageInfo
MicrosoftGraphImageInfo. withAlternativeText(String alternativeText)
Set the alternativeText property: The alternativeText property.MicrosoftGraphImageInfo
MicrosoftGraphImageInfo. withIconUrl(String iconUrl)
Set the iconUrl property: Optional; URI that points to an icon which represents the application used to generate the activity.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphImageInfo Modifier and Type Method Description MicrosoftGraphVisualInfo
MicrosoftGraphVisualInfo. withAttribution(MicrosoftGraphImageInfo attribution)
Set the attribution property: imageInfo.
-