ResourceDeleteFailureEventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Schema of the Data property of an EventGridEvent for a Microsoft.Resources.ResourceDeleteFailure event. This is raised when a resource delete operation fails.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.ResourceDeleteFailureEventData+ResourceDeleteFailureEventDataConverter))]
public class ResourceDeleteFailureEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.ResourceDeleteFailureEventData+ResourceDeleteFailureEventDataConverter))>]
type ResourceDeleteFailureEventData = class
Public Class ResourceDeleteFailureEventData
- Inheritance
-
ResourceDeleteFailureEventData
- Attributes
Properties
AuthorizationValue |
The requested authorization for the operation. |
ClaimsValue |
The properties of the claims. |
CorrelationId |
An operation ID used for troubleshooting. |
HttpRequestValue |
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. |
Applies to
Azure SDK for .NET