Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphIncompleteData
-
Packages that use MicrosoftGraphIncompleteData Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphIncompleteData in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphIncompleteData Modifier and Type Method Description MicrosoftGraphIncompleteData
MicrosoftGraphItemActivityStat. incompleteData()
Get the incompleteData property: incompleteData.MicrosoftGraphIncompleteData
MicrosoftGraphIncompleteData. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: incompleteData.MicrosoftGraphIncompleteData
MicrosoftGraphIncompleteData. withMissingDataBeforeDateTime(OffsetDateTime missingDataBeforeDateTime)
Set the missingDataBeforeDateTime property: The service does not have source data before the specified time.MicrosoftGraphIncompleteData
MicrosoftGraphIncompleteData. withWasThrottled(Boolean wasThrottled)
Set the wasThrottled property: Some data was not recorded due to excessive activity.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphIncompleteData Modifier and Type Method Description MicrosoftGraphItemActivityStat
MicrosoftGraphItemActivityStat. withIncompleteData(MicrosoftGraphIncompleteData incompleteData)
Set the incompleteData property: incompleteData.
-