你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphDeviceManagementTroubleshootingEvent Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphDeviceManagementTroubleshootingEvent
- com.
- com.
public final class MicrosoftGraphDeviceManagementTroubleshootingEvent
extends MicrosoftGraphEntity
deviceManagementTroubleshootingEvent Event representing an general failure.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphDeviceManagementTroubleshootingEvent() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
correlationId()
Get the correlation |
Offset |
eventDateTime()
Get the event |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withCorrelationId(String correlationId)
Set the correlation |
Microsoft |
withEventDateTime(OffsetDateTime eventDateTime)
Set the event |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphDeviceManagementTroubleshootingEvent
public MicrosoftGraphDeviceManagementTroubleshootingEvent()
Creates an instance of MicrosoftGraphDeviceManagementTroubleshootingEvent class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: Event representing an general failure.
Overrides:
MicrosoftGraphDeviceManagementTroubleshootingEvent.additionalProperties()Returns:
correlationId
public String correlationId()
Get the correlationId property: Id used for tracing the failure in the service.
Returns:
eventDateTime
public OffsetDateTime eventDateTime()
Get the eventDateTime property: Time when the event occurred .
Returns:
fromJson
public static MicrosoftGraphDeviceManagementTroubleshootingEvent fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphDeviceManagementTroubleshootingEvent from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphDeviceManagementTroubleshootingEvent.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphDeviceManagementTroubleshootingEvent.validate()withAdditionalProperties
public MicrosoftGraphDeviceManagementTroubleshootingEvent withAdditionalProperties(Map
Set the additionalProperties property: Event representing an general failure.
Overrides:
MicrosoftGraphDeviceManagementTroubleshootingEvent.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withCorrelationId
public MicrosoftGraphDeviceManagementTroubleshootingEvent withCorrelationId(String correlationId)
Set the correlationId property: Id used for tracing the failure in the service.
Parameters:
Returns:
withEventDateTime
public MicrosoftGraphDeviceManagementTroubleshootingEvent withEventDateTime(OffsetDateTime eventDateTime)
Set the eventDateTime property: Time when the event occurred .
Parameters:
Returns:
withId
public MicrosoftGraphDeviceManagementTroubleshootingEvent withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphDeviceManagementTroubleshootingEvent.withId(String id)Parameters: