Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphResourceReference
-
Packages that use MicrosoftGraphResourceReference Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphResourceReference in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphResourceReference Modifier and Type Method Description MicrosoftGraphResourceReference
MicrosoftGraphSharedInsight. resourceReference()
Get the resourceReference property: resourceReference.MicrosoftGraphResourceReference
MicrosoftGraphTrending. resourceReference()
Get the resourceReference property: resourceReference.MicrosoftGraphResourceReference
MicrosoftGraphUsedInsight. resourceReference()
Get the resourceReference property: resourceReference.MicrosoftGraphResourceReference
MicrosoftGraphSharingDetail. sharingReference()
Get the sharingReference property: resourceReference.MicrosoftGraphResourceReference
MicrosoftGraphResourceReference. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: resourceReference.MicrosoftGraphResourceReference
MicrosoftGraphResourceReference. withId(String id)
Set the id property: The item's unique identifier.MicrosoftGraphResourceReference
MicrosoftGraphResourceReference. withType(String type)
Set the type property: A string value that can be used to classify the item, such as 'microsoft.graph.driveItem'.MicrosoftGraphResourceReference
MicrosoftGraphResourceReference. withWebUrl(String webUrl)
Set the webUrl property: A URL leading to the referenced item.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphResourceReference Modifier and Type Method Description MicrosoftGraphSharedInsight
MicrosoftGraphSharedInsight. withResourceReference(MicrosoftGraphResourceReference resourceReference)
Set the resourceReference property: resourceReference.MicrosoftGraphTrending
MicrosoftGraphTrending. withResourceReference(MicrosoftGraphResourceReference resourceReference)
Set the resourceReference property: resourceReference.MicrosoftGraphUsedInsight
MicrosoftGraphUsedInsight. withResourceReference(MicrosoftGraphResourceReference resourceReference)
Set the resourceReference property: resourceReference.MicrosoftGraphSharingDetail
MicrosoftGraphSharingDetail. withSharingReference(MicrosoftGraphResourceReference sharingReference)
Set the sharingReference property: resourceReference.
-