Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDeviceManagementTroubleshootingEvent
Packages that use MicrosoftGraphDeviceManagementTroubleshootingEvent
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphDeviceManagementTroubleshootingEvent in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDeviceManagementTroubleshootingEventModifier and TypeMethodDescriptionMicrosoftGraphDeviceManagementTroubleshootingEvent.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Event representing an general failure.MicrosoftGraphDeviceManagementTroubleshootingEvent.withCorrelationId(String correlationId) Set the correlationId property: Id used for tracing the failure in the service.MicrosoftGraphDeviceManagementTroubleshootingEvent.withEventDateTime(OffsetDateTime eventDateTime) Set the eventDateTime property: Time when the event occurred .Set the id property: Read-only.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphDeviceManagementTroubleshootingEventModifier and TypeMethodDescriptionMicrosoftGraphUserInner.deviceManagementTroubleshootingEvents()Get the deviceManagementTroubleshootingEvents property: The list of troubleshooting events for this user.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphDeviceManagementTroubleshootingEventModifier and TypeMethodDescriptionMicrosoftGraphUserInner.withDeviceManagementTroubleshootingEvents(List<MicrosoftGraphDeviceManagementTroubleshootingEvent> deviceManagementTroubleshootingEvents) Set the deviceManagementTroubleshootingEvents property: The list of troubleshooting events for this user.