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 MicrosoftGraphItemReferenceMicrosoftGraphContentType. inheritedFrom()Get the inheritedFrom property: itemReference.MicrosoftGraphItemReferenceMicrosoftGraphPermission. inheritedFrom()Get the inheritedFrom property: itemReference.MicrosoftGraphItemReferenceMicrosoftGraphBaseItemInner. parentReference()Get the parentReference property: itemReference.MicrosoftGraphItemReferenceMicrosoftGraphRemoteItem. parentReference()Get the parentReference property: itemReference.MicrosoftGraphItemReferenceMicrosoftGraphItemReference. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: itemReference.MicrosoftGraphItemReferenceMicrosoftGraphItemReference. withDriveId(String driveId)Set the driveId property: Unique identifier of the drive instance that contains the item.MicrosoftGraphItemReferenceMicrosoftGraphItemReference. withDriveType(String driveType)Set the driveType property: Identifies the type of drive.MicrosoftGraphItemReferenceMicrosoftGraphItemReference. withId(String id)Set the id property: Unique identifier of the item in the drive.MicrosoftGraphItemReferenceMicrosoftGraphItemReference. withName(String name)Set the name property: The name of the item being referenced.MicrosoftGraphItemReferenceMicrosoftGraphItemReference. withPath(String path)Set the path property: Path that can be used to navigate to the item.MicrosoftGraphItemReferenceMicrosoftGraphItemReference. withShareId(String shareId)Set the shareId property: A unique identifier for a shared resource that can be accessed via the [Shares][] API.MicrosoftGraphItemReferenceMicrosoftGraphItemReference. withSharepointIds(MicrosoftGraphSharepointIds sharepointIds)Set the sharepointIds property: sharepointIds.MicrosoftGraphItemReferenceMicrosoftGraphItemReference. 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 MicrosoftGraphContentTypeMicrosoftGraphContentType. withInheritedFrom(MicrosoftGraphItemReference inheritedFrom)Set the inheritedFrom property: itemReference.MicrosoftGraphPermissionMicrosoftGraphPermission. withInheritedFrom(MicrosoftGraphItemReference inheritedFrom)Set the inheritedFrom property: itemReference.MicrosoftGraphBaseItemInnerMicrosoftGraphBaseItemInner. withParentReference(MicrosoftGraphItemReference parentReference)Set the parentReference property: itemReference.MicrosoftGraphDriveMicrosoftGraphDrive. withParentReference(MicrosoftGraphItemReference parentReference)Set the parentReference property: itemReference.MicrosoftGraphDriveItemMicrosoftGraphDriveItem. withParentReference(MicrosoftGraphItemReference parentReference)Set the parentReference property: itemReference.MicrosoftGraphListMicrosoftGraphList. withParentReference(MicrosoftGraphItemReference parentReference)Set the parentReference property: itemReference.MicrosoftGraphListItemMicrosoftGraphListItem. withParentReference(MicrosoftGraphItemReference parentReference)Set the parentReference property: itemReference.MicrosoftGraphRemoteItemMicrosoftGraphRemoteItem. withParentReference(MicrosoftGraphItemReference parentReference)Set the parentReference property: itemReference.MicrosoftGraphSiteMicrosoftGraphSite. withParentReference(MicrosoftGraphItemReference parentReference)Set the parentReference property: itemReference.
-