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 MicrosoftGraphDeviceManagementTroubleshootingEvent
MicrosoftGraphDeviceManagementTroubleshootingEvent. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Event representing an general failure.MicrosoftGraphDeviceManagementTroubleshootingEvent
MicrosoftGraphDeviceManagementTroubleshootingEvent. withCorrelationId(String correlationId)
Set the correlationId property: Id used for tracing the failure in the service.MicrosoftGraphDeviceManagementTroubleshootingEvent
MicrosoftGraphDeviceManagementTroubleshootingEvent. withEventDateTime(OffsetDateTime eventDateTime)
Set the eventDateTime property: Time when the event occurred .MicrosoftGraphDeviceManagementTroubleshootingEvent
MicrosoftGraphDeviceManagementTroubleshootingEvent. 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 MicrosoftGraphUserInner
MicrosoftGraphUserInner. withDeviceManagementTroubleshootingEvents(List<MicrosoftGraphDeviceManagementTroubleshootingEvent> deviceManagementTroubleshootingEvents)
Set the deviceManagementTroubleshootingEvents property: The list of troubleshooting events for this user.
-