Share via


ResourceWriteCancelEventData Class

Definition

Schema of the Data property of an EventGridEvent for a Microsoft.Resources.ResourceWriteCancel event. This is raised when a resource create or update operation is canceled.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.ResourceWriteCancelEventData+ResourceWriteCancelEventDataConverter))]
public class ResourceWriteCancelEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.ResourceWriteCancelEventData+ResourceWriteCancelEventDataConverter))>]
type ResourceWriteCancelEventData = class
Public Class ResourceWriteCancelEventData
Inheritance
ResourceWriteCancelEventData
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