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.

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: ResourceAuthorization

Property Value

claims

The properties of the claims.

claims: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

correlationId

An operation ID used for troubleshooting.

correlationId: string

Property Value

string

httpRequest

The details of the operation.

httpRequest: ResourceHttpRequest

Property Value

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