Interface EventData
- All Superinterfaces:
HasInner<com.microsoft.azure.management.monitor.implementation.EventDataInner>
public interface EventData
extends HasInner<com.microsoft.azure.management.monitor.implementation.EventDataInner>
The Azure event log entries are of type EventData.
-
Method Summary
Modifier and TypeMethodDescriptionGet the authorization value.caller()
Get the caller value.category()
Get the category value.claims()
Get the claims value.Get the correlationId value.Get the description value.Get the eventDataId value.Get the eventName value.org.joda.time.DateTime
Get the eventTimestamp value.Get the httpRequest value.id()
Get the id value.level()
Get the level value.Get the operationId value.Get the operationName value.Get the properties value.Get the resourceGroupName value.Get the resourceId value.Get the resourceProviderName value.Get the resourceType value.status()
Get the status value.org.joda.time.DateTime
Get the submissionTimestamp value.Get the subscriptionId value.Get the subStatus value.tenantId()
Get the tenantId value.
-
Method Details
-
authorization
SenderAuthorization authorization()Get the authorization value.- Returns:
- the authorization value
-
claims
Get the claims value.- Returns:
- the claims value
-
caller
String caller()Get the caller value.- Returns:
- the caller value
-
description
String description()Get the description value.- Returns:
- the description value
-
id
String id()Get the id value.- Returns:
- the id value
-
eventDataId
String eventDataId()Get the eventDataId value.- Returns:
- the eventDataId value
-
correlationId
String correlationId()Get the correlationId value.- Returns:
- the correlationId value
-
eventName
LocalizableString eventName()Get the eventName value.- Returns:
- the eventName value
-
category
LocalizableString category()Get the category value.- Returns:
- the category value
-
httpRequest
HttpRequestInfo httpRequest()Get the httpRequest value.- Returns:
- the httpRequest value
-
level
EventLevel level()Get the level value.- Returns:
- the level value
-
resourceGroupName
String resourceGroupName()Get the resourceGroupName value.- Returns:
- the resourceGroupName value
-
resourceProviderName
LocalizableString resourceProviderName()Get the resourceProviderName value.- Returns:
- the resourceProviderName value
-
resourceId
String resourceId()Get the resourceId value.- Returns:
- the resourceId value
-
resourceType
LocalizableString resourceType()Get the resourceType value.- Returns:
- the resourceType value
-
operationId
String operationId()Get the operationId value.- Returns:
- the operationId value
-
operationName
LocalizableString operationName()Get the operationName value.- Returns:
- the operationName value
-
properties
Get the properties value.- Returns:
- the properties value
-
status
LocalizableString status()Get the status value.- Returns:
- the status value
-
subStatus
LocalizableString subStatus()Get the subStatus value.- Returns:
- the subStatus value
-
eventTimestamp
org.joda.time.DateTime eventTimestamp()Get the eventTimestamp value.- Returns:
- the eventTimestamp value
-
submissionTimestamp
org.joda.time.DateTime submissionTimestamp()Get the submissionTimestamp value.- Returns:
- the submissionTimestamp value
-
subscriptionId
String subscriptionId()Get the subscriptionId value.- Returns:
- the subscriptionId value
-
tenantId
String tenantId()Get the tenantId value.- Returns:
- the tenantId value
-