Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPendingOperations
-
Packages that use MicrosoftGraphPendingOperations Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphPendingOperations in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPendingOperations Modifier and Type Method Description MicrosoftGraphPendingOperations
MicrosoftGraphDriveItem. pendingOperations()
Get the pendingOperations property: pendingOperations.MicrosoftGraphPendingOperations
MicrosoftGraphPendingOperations. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: pendingOperations.MicrosoftGraphPendingOperations
MicrosoftGraphPendingOperations. withPendingContentUpdate(MicrosoftGraphPendingContentUpdate pendingContentUpdate)
Set the pendingContentUpdate property: pendingContentUpdate.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphPendingOperations Modifier and Type Method Description MicrosoftGraphDriveItem
MicrosoftGraphDriveItem. withPendingOperations(MicrosoftGraphPendingOperations pendingOperations)
Set the pendingOperations property: pendingOperations.
-