Share via


SubscriptionValidationResponse Class

Definition

To complete an event subscription validation handshake, a subscriber can use either the validationCode or the validationUrl received in a SubscriptionValidationEvent. When the validationCode is used, the SubscriptionValidationResponse can be used to build the response.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.SubscriptionValidationResponse+SubscriptionValidationResponseConverter))]
public class SubscriptionValidationResponse
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.SubscriptionValidationResponse+SubscriptionValidationResponseConverter))>]
type SubscriptionValidationResponse = class
Public Class SubscriptionValidationResponse
Inheritance
SubscriptionValidationResponse
Attributes

Constructors

SubscriptionValidationResponse()

Initializes a new instance of SubscriptionValidationResponse.

Properties

ValidationResponse

The validation response sent by the subscriber to Azure Event Grid to complete the validation of an event subscription.

Applies to