Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphUploadSession
Packages that use MicrosoftGraphUploadSession
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphUploadSession in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphUploadSessionModifier and TypeMethodDescriptionMicrosoftGraphUploadSession.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: uploadSession.MicrosoftGraphUploadSession.withExpirationDateTime(OffsetDateTime expirationDateTime) Set the expirationDateTime property: The date and time in UTC that the upload session will expire.MicrosoftGraphUploadSession.withNextExpectedRanges(List<String> nextExpectedRanges) Set the nextExpectedRanges property: A collection of byte ranges that the server is missing for the file.MicrosoftGraphUploadSession.withUploadUrl(String uploadUrl) Set the uploadUrl property: The URL endpoint that accepts PUT requests for byte ranges of the file.