ResourceWriteFailureEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.Resources.ResourceWriteFailure event. This is raised when a resource create or update operation fails.
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: ResourceAuthorization
Property Value
claims
The properties of the claims.
claims: Record<string, string>
Property Value
Record<string, string>
correlationId
An operation ID used for troubleshooting.
correlationId?: string
Property Value
string
httpRequest
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