Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharedInsight
-
Packages that use MicrosoftGraphSharedInsight Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphSharedInsight in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphSharedInsight Modifier and Type Method Description MicrosoftGraphSharedInsight
MicrosoftGraphSharedInsight. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: sharedInsight.MicrosoftGraphSharedInsight
MicrosoftGraphSharedInsight. withId(String id)
Set the id property: Read-only.MicrosoftGraphSharedInsight
MicrosoftGraphSharedInsight. withLastShared(MicrosoftGraphSharingDetail lastShared)
Set the lastShared property: sharingDetail.MicrosoftGraphSharedInsight
MicrosoftGraphSharedInsight. withLastSharedMethod(MicrosoftGraphEntity lastSharedMethod)
Set the lastSharedMethod property: entity.MicrosoftGraphSharedInsight
MicrosoftGraphSharedInsight. withResource(MicrosoftGraphEntity resource)
Set the resource property: entity.MicrosoftGraphSharedInsight
MicrosoftGraphSharedInsight. withResourceReference(MicrosoftGraphResourceReference resourceReference)
Set the resourceReference property: resourceReference.MicrosoftGraphSharedInsight
MicrosoftGraphSharedInsight. withResourceVisualization(MicrosoftGraphResourceVisualization resourceVisualization)
Set the resourceVisualization property: resourceVisualization.MicrosoftGraphSharedInsight
MicrosoftGraphSharedInsight. withSharingHistory(List<MicrosoftGraphSharingDetail> sharingHistory)
Set the sharingHistory property: The sharingHistory property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphSharedInsight Modifier and Type Method Description List<MicrosoftGraphSharedInsight>
MicrosoftGraphOfficeGraphInsights. shared()
Get the shared property: Calculated relationship identifying documents shared with or by the user.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphSharedInsight Modifier and Type Method Description MicrosoftGraphOfficeGraphInsights
MicrosoftGraphOfficeGraphInsights. withShared(List<MicrosoftGraphSharedInsight> shared)
Set the shared property: Calculated relationship identifying documents shared with or by the user.
-