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. |
correlation |
An operation ID used for troubleshooting. |
http |
The details of the operation. |
operation |
The operation that was performed. |
resource |
The resource group of the resource. |
resource |
The resource provider performing the operation. |
resource |
The URI of the resource in the operation. |
status | The status of the operation. |
subscription |
The subscription ID of the resource. |
tenant |
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
Azure SDK for JavaScript