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 MicrosoftGraphIncompleteDataMicrosoftGraphItemActivityStat. incompleteData()Get the incompleteData property: incompleteData.MicrosoftGraphIncompleteDataMicrosoftGraphIncompleteData. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: incompleteData.MicrosoftGraphIncompleteDataMicrosoftGraphIncompleteData. withMissingDataBeforeDateTime(OffsetDateTime missingDataBeforeDateTime)Set the missingDataBeforeDateTime property: The service does not have source data before the specified time.MicrosoftGraphIncompleteDataMicrosoftGraphIncompleteData. 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 MicrosoftGraphItemActivityStatMicrosoftGraphItemActivityStat. withIncompleteData(MicrosoftGraphIncompleteData incompleteData)Set the incompleteData property: incompleteData.
-