ResourceDeleteSuccessEventData 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.ResourceDeleteSuccess event. This is raised when a resource delete operation succeeds.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.ResourceDeleteSuccessEventData+ResourceDeleteSuccessEventDataConverter))]
public class ResourceDeleteSuccessEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.ResourceDeleteSuccessEventData+ResourceDeleteSuccessEventDataConverter))>]
type ResourceDeleteSuccessEventData = class
Public Class ResourceDeleteSuccessEventData
- Inheritance
-
ResourceDeleteSuccessEventData
- 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