Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResourceActionFailureData

Package version

interface

An interface representing ResourceActionFailureData. Schema of the Data property of an EventGridEvent for a Microsoft.Resources.ResourceActionFailure event. This is raised when a resource action operation fails.

Hierarchy

  • ResourceActionFailureData

Index

Properties

Optional authorization

authorization: undefined | string
member

{string} [authorization] The requested authorization for the operation.

Optional claims

claims: undefined | string
member

{string} [claims] The properties of the claims.

Optional correlationId

correlationId: undefined | string
member

{string} [correlationId] An operation ID used for troubleshooting.

Optional httpRequest

httpRequest: undefined | string
member

{string} [httpRequest] The details of the operation.

Optional operationName

operationName: undefined | string
member

{string} [operationName] The operation that was performed.

Optional resourceGroup

resourceGroup: undefined | string
member

{string} [resourceGroup] The resource group of the resource.

Optional resourceProvider

resourceProvider: undefined | string
member

{string} [resourceProvider] The resource provider performing the operation.

Optional resourceUri

resourceUri: undefined | string
member

{string} [resourceUri] The URI of the resource in the operation.

Optional status

status: undefined | string
member

{string} [status] The status of the operation.

Optional subscriptionId

subscriptionId: undefined | string
member

{string} [subscriptionId] The subscription ID of the resource.

Optional tenantId

tenantId: undefined | string
member

{string} [tenantId] The tenant ID of the resource.

Generated using TypeDoc