public final class EventDataInner extends Object
| Constructor and Description |
|---|
EventDataInner() |
| Modifier and Type | Method and Description |
|---|---|
SenderAuthorization |
authorization()
Get the authorization property: The sender authorization information.
|
String |
caller()
Get the caller property: the email address of the user who has performed the operation, the UPN claim or SPN
claim based on availability.
|
LocalizableStringInner |
category()
Get the category property: the event category.
|
Map<String,String> |
claims()
Get the claims property: key value pairs to identify ARM permissions.
|
String |
correlationId()
Get the correlationId property: the correlation Id, usually a GUID in the string format.
|
String |
description()
Get the description property: the description of the event.
|
String |
eventDataId()
Get the eventDataId property: the event data Id.
|
LocalizableStringInner |
eventName()
Get the eventName property: the event name.
|
OffsetDateTime |
eventTimestamp()
Get the eventTimestamp property: the timestamp of when the event was generated by the Azure service processing
the request corresponding the event.
|
HttpRequestInfo |
httpRequest()
Get the httpRequest property: the HTTP request info.
|
String |
id()
Get the id property: the Id of this event as required by ARM for RBAC.
|
EventLevel |
level()
Get the level property: the event level.
|
String |
operationId()
Get the operationId property: It is usually a GUID shared among the events corresponding to single operation.
|
LocalizableStringInner |
operationName()
Get the operationName property: the operation name.
|
Map<String,String> |
properties()
Get the properties property: the set of <Key, Value> pairs (usually a Dictionary<String, String>)
that includes details about the event.
|
String |
resourceGroupName()
Get the resourceGroupName property: the resource group name of the impacted resource.
|
String |
resourceId()
Get the resourceId property: the resource uri that uniquely identifies the resource that caused this event.
|
LocalizableStringInner |
resourceProviderName()
Get the resourceProviderName property: the resource provider name of the impacted resource.
|
LocalizableStringInner |
resourceType()
Get the resourceType property: the resource type.
|
LocalizableStringInner |
status()
Get the status property: a string describing the status of the operation.
|
OffsetDateTime |
submissionTimestamp()
Get the submissionTimestamp property: the timestamp of when the event became available for querying via this API.
|
String |
subscriptionId()
Get the subscriptionId property: the Azure subscription Id usually a GUID.
|
LocalizableStringInner |
subStatus()
Get the subStatus property: the event sub status.
|
String |
tenantId()
Get the tenantId property: the Azure tenant Id.
|
void |
validate()
Validates the instance.
|
public SenderAuthorization authorization()
public Map<String,String> claims()
public String caller()
public String description()
public String id()
public String eventDataId()
public String correlationId()
public LocalizableStringInner eventName()
public LocalizableStringInner category()
public HttpRequestInfo httpRequest()
public EventLevel level()
public String resourceGroupName()
public LocalizableStringInner resourceProviderName()
public String resourceId()
public LocalizableStringInner resourceType()
public String operationId()
public LocalizableStringInner operationName()
public Map<String,String> properties()
public LocalizableStringInner status()
public LocalizableStringInner subStatus()
public OffsetDateTime eventTimestamp()
public OffsetDateTime submissionTimestamp()
public String subscriptionId()
public String tenantId()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.