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 MicrosoftGraphFileSystemInfoMicrosoftGraphDriveItem. fileSystemInfo()Get the fileSystemInfo property: fileSystemInfo.MicrosoftGraphFileSystemInfoMicrosoftGraphRemoteItem. fileSystemInfo()Get the fileSystemInfo property: fileSystemInfo.MicrosoftGraphFileSystemInfoMicrosoftGraphFileSystemInfo. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: fileSystemInfo.MicrosoftGraphFileSystemInfoMicrosoftGraphFileSystemInfo. withCreatedDateTime(OffsetDateTime createdDateTime)Set the createdDateTime property: The UTC date and time the file was created on a client.MicrosoftGraphFileSystemInfoMicrosoftGraphFileSystemInfo. withLastAccessedDateTime(OffsetDateTime lastAccessedDateTime)Set the lastAccessedDateTime property: The UTC date and time the file was last accessed.MicrosoftGraphFileSystemInfoMicrosoftGraphFileSystemInfo. 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 MicrosoftGraphDriveItemMicrosoftGraphDriveItem. withFileSystemInfo(MicrosoftGraphFileSystemInfo fileSystemInfo)Set the fileSystemInfo property: fileSystemInfo.MicrosoftGraphRemoteItemMicrosoftGraphRemoteItem. withFileSystemInfo(MicrosoftGraphFileSystemInfo fileSystemInfo)Set the fileSystemInfo property: fileSystemInfo.
-