Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphUsageDetails
-
Packages that use MicrosoftGraphUsageDetails Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphUsageDetails in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphUsageDetails Modifier and Type Method Description MicrosoftGraphUsageDetails
MicrosoftGraphUsedInsight. lastUsed()
Get the lastUsed property: usageDetails.MicrosoftGraphUsageDetails
MicrosoftGraphUsageDetails. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: usageDetails.MicrosoftGraphUsageDetails
MicrosoftGraphUsageDetails. withLastAccessedDateTime(OffsetDateTime lastAccessedDateTime)
Set the lastAccessedDateTime property: The date and time the resource was last accessed by the user.MicrosoftGraphUsageDetails
MicrosoftGraphUsageDetails. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the lastModifiedDateTime property: The date and time the resource was last modified by the user.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphUsageDetails Modifier and Type Method Description MicrosoftGraphUsedInsight
MicrosoftGraphUsedInsight. withLastUsed(MicrosoftGraphUsageDetails lastUsed)
Set the lastUsed property: usageDetails.
-