Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphUsedInsight
-
Packages that use MicrosoftGraphUsedInsight Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphUsedInsight in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphUsedInsight Modifier and Type Method Description MicrosoftGraphUsedInsight
MicrosoftGraphUsedInsight. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: usedInsight.MicrosoftGraphUsedInsight
MicrosoftGraphUsedInsight. withId(String id)
Set the id property: Read-only.MicrosoftGraphUsedInsight
MicrosoftGraphUsedInsight. withLastUsed(MicrosoftGraphUsageDetails lastUsed)
Set the lastUsed property: usageDetails.MicrosoftGraphUsedInsight
MicrosoftGraphUsedInsight. withResource(MicrosoftGraphEntity resource)
Set the resource property: entity.MicrosoftGraphUsedInsight
MicrosoftGraphUsedInsight. withResourceReference(MicrosoftGraphResourceReference resourceReference)
Set the resourceReference property: resourceReference.MicrosoftGraphUsedInsight
MicrosoftGraphUsedInsight. withResourceVisualization(MicrosoftGraphResourceVisualization resourceVisualization)
Set the resourceVisualization property: resourceVisualization.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphUsedInsight Modifier and Type Method Description List<MicrosoftGraphUsedInsight>
MicrosoftGraphOfficeGraphInsights. used()
Get the used property: Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphUsedInsight Modifier and Type Method Description MicrosoftGraphOfficeGraphInsights
MicrosoftGraphOfficeGraphInsights. withUsed(List<MicrosoftGraphUsedInsight> used)
Set the used property: Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.
-