Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSearchResult
-
Packages that use MicrosoftGraphSearchResult Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphSearchResult in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphSearchResult Modifier and Type Method Description MicrosoftGraphSearchResult
MicrosoftGraphDriveItem. searchResult()
Get the searchResult property: searchResult.MicrosoftGraphSearchResult
MicrosoftGraphSearchResult. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: searchResult.MicrosoftGraphSearchResult
MicrosoftGraphSearchResult. withOnClickTelemetryUrl(String onClickTelemetryUrl)
Set the onClickTelemetryUrl property: A callback URL that can be used to record telemetry information.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphSearchResult Modifier and Type Method Description MicrosoftGraphDriveItem
MicrosoftGraphDriveItem. withSearchResult(MicrosoftGraphSearchResult searchResult)
Set the searchResult property: searchResult.
-