Share via


ResourceActionSuccessEventData Class

Definition

Schema of the Data property of an EventGridEvent for a Microsoft.Resources.ResourceActionSuccess event. This is raised when a resource action operation succeeds.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.ResourceActionSuccessEventData+ResourceActionSuccessEventDataConverter))]
public class ResourceActionSuccessEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.ResourceActionSuccessEventData+ResourceActionSuccessEventDataConverter))>]
type ResourceActionSuccessEventData = class
Public Class ResourceActionSuccessEventData
Inheritance
ResourceActionSuccessEventData
Attributes

Properties

AuthorizationValue

The requested authorization for the operation.

ClaimsValue

The properties of the claims.

CorrelationId

An operation ID used for troubleshooting.

HttpRequestValue

The details of the operation.

OperationName

The operation that was performed.

ResourceGroup

The resource group of the resource.

ResourceProvider

The resource provider performing the operation.

ResourceUri

The URI of the resource in the operation.

Status

The status of the operation.

SubscriptionId

The subscription ID of the resource.

TenantId

The tenant ID of the resource.

Applies to