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 MicrosoftGraphUsedInsightMicrosoftGraphUsedInsight. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: usedInsight.MicrosoftGraphUsedInsightMicrosoftGraphUsedInsight. withId(String id)Set the id property: Read-only.MicrosoftGraphUsedInsightMicrosoftGraphUsedInsight. withLastUsed(MicrosoftGraphUsageDetails lastUsed)Set the lastUsed property: usageDetails.MicrosoftGraphUsedInsightMicrosoftGraphUsedInsight. withResource(MicrosoftGraphEntity resource)Set the resource property: entity.MicrosoftGraphUsedInsightMicrosoftGraphUsedInsight. withResourceReference(MicrosoftGraphResourceReference resourceReference)Set the resourceReference property: resourceReference.MicrosoftGraphUsedInsightMicrosoftGraphUsedInsight. 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 MicrosoftGraphOfficeGraphInsightsMicrosoftGraphOfficeGraphInsights. 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.
-