EventData Interface

Implements

public interface EventData
extends HasInner<EventDataInner>

The Azure event log entries are of type EventData.

Method Summary

Modifier and Type Method and Description
abstract SenderAuthorization authorization()

Get the authorization value.

abstract java.lang.String caller()

Get the caller value.

abstract LocalizableString category()

Get the category value.

abstract java.util.Map<java.lang.String,java.lang.String> claims()

Get the claims value.

abstract java.lang.String correlationId()

Get the correlationId value.

abstract java.lang.String description()

Get the description value.

abstract java.lang.String eventDataId()

Get the eventDataId value.

abstract LocalizableString eventName()

Get the eventName value.

abstract org.joda.time.DateTime eventTimestamp()

Get the eventTimestamp value.

abstract HttpRequestInfo httpRequest()

Get the httpRequest value.

abstract java.lang.String id()

Get the id value.

abstract EventLevel level()

Get the level value.

abstract java.lang.String operationId()

Get the operationId value.

abstract LocalizableString operationName()

Get the operationName value.

abstract java.util.Map<java.lang.String,java.lang.String> properties()

Get the properties value.

abstract java.lang.String resourceGroupName()

Get the resourceGroupName value.

abstract java.lang.String resourceId()

Get the resourceId value.

abstract LocalizableString resourceProviderName()

Get the resourceProviderName value.

abstract LocalizableString resourceType()

Get the resourceType value.

abstract LocalizableString status()

Get the status value.

abstract LocalizableString subStatus()

Get the subStatus value.

abstract org.joda.time.DateTime submissionTimestamp()

Get the submissionTimestamp value.

abstract java.lang.String subscriptionId()

Get the subscriptionId value.

abstract java.lang.String tenantId()

Get the tenantId value.

Method Details

authorization

public abstract SenderAuthorization authorization()

Get the authorization value.

Returns:

the authorization value

caller

public abstract String caller()

Get the caller value.

Returns:

the caller value

category

public abstract LocalizableString category()

Get the category value.

Returns:

the category value

claims

public abstract Map claims()

Get the claims value.

Returns:

the claims value

correlationId

public abstract String correlationId()

Get the correlationId value.

Returns:

the correlationId value

description

public abstract String description()

Get the description value.

Returns:

the description value

eventDataId

public abstract String eventDataId()

Get the eventDataId value.

Returns:

the eventDataId value

eventName

public abstract LocalizableString eventName()

Get the eventName value.

Returns:

the eventName value

eventTimestamp

public abstract DateTime eventTimestamp()

Get the eventTimestamp value.

Returns:

the eventTimestamp value

httpRequest

public abstract HttpRequestInfo httpRequest()

Get the httpRequest value.

Returns:

the httpRequest value

id

public abstract String id()

Get the id value.

Returns:

the id value

level

public abstract EventLevel level()

Get the level value.

Returns:

the level value

operationId

public abstract String operationId()

Get the operationId value.

Returns:

the operationId value

operationName

public abstract LocalizableString operationName()

Get the operationName value.

Returns:

the operationName value

properties

public abstract Map properties()

Get the properties value.

Returns:

the properties value

resourceGroupName

public abstract String resourceGroupName()

Get the resourceGroupName value.

Returns:

the resourceGroupName value

resourceId

public abstract String resourceId()

Get the resourceId value.

Returns:

the resourceId value

resourceProviderName

public abstract LocalizableString resourceProviderName()

Get the resourceProviderName value.

Returns:

the resourceProviderName value

resourceType

public abstract LocalizableString resourceType()

Get the resourceType value.

Returns:

the resourceType value

status

public abstract LocalizableString status()

Get the status value.

Returns:

the status value

subStatus

public abstract LocalizableString subStatus()

Get the subStatus value.

Returns:

the subStatus value

submissionTimestamp

public abstract DateTime submissionTimestamp()

Get the submissionTimestamp value.

Returns:

the submissionTimestamp value

subscriptionId

public abstract String subscriptionId()

Get the subscriptionId value.

Returns:

the subscriptionId value

tenantId

public abstract String tenantId()

Get the tenantId value.

Returns:

the tenantId value

Applies to