Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPendingContentUpdate
-
Packages that use MicrosoftGraphPendingContentUpdate Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphPendingContentUpdate in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPendingContentUpdate Modifier and Type Method Description MicrosoftGraphPendingContentUpdate
MicrosoftGraphPendingOperations. pendingContentUpdate()
Get the pendingContentUpdate property: pendingContentUpdate.MicrosoftGraphPendingContentUpdate
MicrosoftGraphPendingContentUpdate. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: pendingContentUpdate.MicrosoftGraphPendingContentUpdate
MicrosoftGraphPendingContentUpdate. withQueuedDateTime(OffsetDateTime queuedDateTime)
Set the queuedDateTime property: Date and time the pending binary operation was queued in UTC time.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphPendingContentUpdate Modifier and Type Method Description MicrosoftGraphPendingOperations
MicrosoftGraphPendingOperations. withPendingContentUpdate(MicrosoftGraphPendingContentUpdate pendingContentUpdate)
Set the pendingContentUpdate property: pendingContentUpdate.
-