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 MicrosoftGraphUsageDetailsMicrosoftGraphUsedInsight. lastUsed()Get the lastUsed property: usageDetails.MicrosoftGraphUsageDetailsMicrosoftGraphUsageDetails. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: usageDetails.MicrosoftGraphUsageDetailsMicrosoftGraphUsageDetails. withLastAccessedDateTime(OffsetDateTime lastAccessedDateTime)Set the lastAccessedDateTime property: The date and time the resource was last accessed by the user.MicrosoftGraphUsageDetailsMicrosoftGraphUsageDetails. 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 MicrosoftGraphUsedInsightMicrosoftGraphUsedInsight. withLastUsed(MicrosoftGraphUsageDetails lastUsed)Set the lastUsed property: usageDetails.
-