Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphFileSystemInfo
-
Packages that use MicrosoftGraphFileSystemInfo Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphFileSystemInfo in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphFileSystemInfo Modifier and Type Method Description MicrosoftGraphFileSystemInfo
MicrosoftGraphDriveItem. fileSystemInfo()
Get the fileSystemInfo property: fileSystemInfo.MicrosoftGraphFileSystemInfo
MicrosoftGraphRemoteItem. fileSystemInfo()
Get the fileSystemInfo property: fileSystemInfo.MicrosoftGraphFileSystemInfo
MicrosoftGraphFileSystemInfo. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: fileSystemInfo.MicrosoftGraphFileSystemInfo
MicrosoftGraphFileSystemInfo. withCreatedDateTime(OffsetDateTime createdDateTime)
Set the createdDateTime property: The UTC date and time the file was created on a client.MicrosoftGraphFileSystemInfo
MicrosoftGraphFileSystemInfo. withLastAccessedDateTime(OffsetDateTime lastAccessedDateTime)
Set the lastAccessedDateTime property: The UTC date and time the file was last accessed.MicrosoftGraphFileSystemInfo
MicrosoftGraphFileSystemInfo. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the lastModifiedDateTime property: The UTC date and time the file was last modified on a client.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphFileSystemInfo Modifier and Type Method Description MicrosoftGraphDriveItem
MicrosoftGraphDriveItem. withFileSystemInfo(MicrosoftGraphFileSystemInfo fileSystemInfo)
Set the fileSystemInfo property: fileSystemInfo.MicrosoftGraphRemoteItem
MicrosoftGraphRemoteItem. withFileSystemInfo(MicrosoftGraphFileSystemInfo fileSystemInfo)
Set the fileSystemInfo property: fileSystemInfo.
-