Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDeviceManagementTroubleshootingEvent
-
Packages that use MicrosoftGraphDeviceManagementTroubleshootingEvent Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphDeviceManagementTroubleshootingEvent Modifier and Type Method Description MicrosoftGraphDeviceManagementTroubleshootingEventMicrosoftGraphDeviceManagementTroubleshootingEvent. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: Event representing an general failure.MicrosoftGraphDeviceManagementTroubleshootingEventMicrosoftGraphDeviceManagementTroubleshootingEvent. withCorrelationId(String correlationId)Set the correlationId property: Id used for tracing the failure in the service.MicrosoftGraphDeviceManagementTroubleshootingEventMicrosoftGraphDeviceManagementTroubleshootingEvent. withEventDateTime(OffsetDateTime eventDateTime)Set the eventDateTime property: Time when the event occurred .MicrosoftGraphDeviceManagementTroubleshootingEventMicrosoftGraphDeviceManagementTroubleshootingEvent. withId(String id)Set the id property: Read-only.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphDeviceManagementTroubleshootingEvent Modifier and Type Method Description List<MicrosoftGraphDeviceManagementTroubleshootingEvent>MicrosoftGraphUserInner. 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 MicrosoftGraphDeviceManagementTroubleshootingEvent Modifier and Type Method Description MicrosoftGraphUserInnerMicrosoftGraphUserInner. withDeviceManagementTroubleshootingEvents(List<MicrosoftGraphDeviceManagementTroubleshootingEvent> deviceManagementTroubleshootingEvents)Set the deviceManagementTroubleshootingEvents property: The list of troubleshooting events for this user.
-