Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResourceDeleteFailureEventData

Package version

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

Hierarchy

  • ResourceDeleteFailureEventData

Index

Properties

Optional authorization

authorization: undefined | string

The requested authorization for the operation.

Optional claims

claims: undefined | string

The properties of the claims.

Optional correlationId

correlationId: undefined | string

An operation ID used for troubleshooting.

Optional httpRequest

httpRequest: undefined | string

The details of the operation.

Optional operationName

operationName: undefined | string

The operation that was performed.

Optional resourceGroup

resourceGroup: undefined | string

The resource group of the resource.

Optional resourceProvider

resourceProvider: undefined | string

The resource provider performing the operation.

Optional resourceUri

resourceUri: undefined | string

The URI of the resource in the operation.

Optional status

status: undefined | string

The status of the operation.

Optional subscriptionId

subscriptionId: undefined | string

The subscription ID of the resource.

Optional tenantId

tenantId: undefined | string

The tenant ID of the resource.

Generated using TypeDoc