ResourceDeleteCancelData interface

Schema of the Data property of an EventGridEvent for an Microsoft.Resources.ResourceDeleteCancel event. This is raised when a resource delete operation is canceled.

Properties

authorization

The requested authorization for the operation.

claims

The properties of the claims.

correlationId

An operation ID used for troubleshooting.

httpRequest

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.

Property Details

authorization

The requested authorization for the operation.

authorization?: string

Property Value

string

claims

The properties of the claims.

claims?: string

Property Value

string

correlationId

An operation ID used for troubleshooting.

correlationId?: string

Property Value

string

httpRequest

The details of the operation.

httpRequest?: string

Property Value

string

operationName

The operation that was performed.

operationName?: string

Property Value

string

resourceGroup

The resource group of the resource.

resourceGroup?: string

Property Value

string

resourceProvider

The resource provider performing the operation.

resourceProvider?: string

Property Value

string

resourceUri

The URI of the resource in the operation.

resourceUri?: string

Property Value

string

status

The status of the operation.

status?: string

Property Value

string

subscriptionId

The subscription ID of the resource.

subscriptionId?: string

Property Value

string

tenantId

The tenant ID of the resource.

tenantId?: string

Property Value

string