Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphItemReference
-
Packages that use MicrosoftGraphItemReference Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphItemReference in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphItemReference Modifier and Type Method Description MicrosoftGraphItemReference
MicrosoftGraphContentType. inheritedFrom()
Get the inheritedFrom property: itemReference.MicrosoftGraphItemReference
MicrosoftGraphPermission. inheritedFrom()
Get the inheritedFrom property: itemReference.MicrosoftGraphItemReference
MicrosoftGraphBaseItemInner. parentReference()
Get the parentReference property: itemReference.MicrosoftGraphItemReference
MicrosoftGraphRemoteItem. parentReference()
Get the parentReference property: itemReference.MicrosoftGraphItemReference
MicrosoftGraphItemReference. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: itemReference.MicrosoftGraphItemReference
MicrosoftGraphItemReference. withDriveId(String driveId)
Set the driveId property: Unique identifier of the drive instance that contains the item.MicrosoftGraphItemReference
MicrosoftGraphItemReference. withDriveType(String driveType)
Set the driveType property: Identifies the type of drive.MicrosoftGraphItemReference
MicrosoftGraphItemReference. withId(String id)
Set the id property: Unique identifier of the item in the drive.MicrosoftGraphItemReference
MicrosoftGraphItemReference. withName(String name)
Set the name property: The name of the item being referenced.MicrosoftGraphItemReference
MicrosoftGraphItemReference. withPath(String path)
Set the path property: Path that can be used to navigate to the item.MicrosoftGraphItemReference
MicrosoftGraphItemReference. withShareId(String shareId)
Set the shareId property: A unique identifier for a shared resource that can be accessed via the [Shares][] API.MicrosoftGraphItemReference
MicrosoftGraphItemReference. withSharepointIds(MicrosoftGraphSharepointIds sharepointIds)
Set the sharepointIds property: sharepointIds.MicrosoftGraphItemReference
MicrosoftGraphItemReference. withSiteId(String siteId)
Set the siteId property: The siteId property.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphItemReference Modifier and Type Method Description MicrosoftGraphContentType
MicrosoftGraphContentType. withInheritedFrom(MicrosoftGraphItemReference inheritedFrom)
Set the inheritedFrom property: itemReference.MicrosoftGraphPermission
MicrosoftGraphPermission. withInheritedFrom(MicrosoftGraphItemReference inheritedFrom)
Set the inheritedFrom property: itemReference.MicrosoftGraphBaseItemInner
MicrosoftGraphBaseItemInner. withParentReference(MicrosoftGraphItemReference parentReference)
Set the parentReference property: itemReference.MicrosoftGraphDrive
MicrosoftGraphDrive. withParentReference(MicrosoftGraphItemReference parentReference)
Set the parentReference property: itemReference.MicrosoftGraphDriveItem
MicrosoftGraphDriveItem. withParentReference(MicrosoftGraphItemReference parentReference)
Set the parentReference property: itemReference.MicrosoftGraphList
MicrosoftGraphList. withParentReference(MicrosoftGraphItemReference parentReference)
Set the parentReference property: itemReference.MicrosoftGraphListItem
MicrosoftGraphListItem. withParentReference(MicrosoftGraphItemReference parentReference)
Set the parentReference property: itemReference.MicrosoftGraphRemoteItem
MicrosoftGraphRemoteItem. withParentReference(MicrosoftGraphItemReference parentReference)
Set the parentReference property: itemReference.MicrosoftGraphSite
MicrosoftGraphSite. withParentReference(MicrosoftGraphItemReference parentReference)
Set the parentReference property: itemReference.
-