SubscriptionValidationResponse 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.
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
Azure SDK for .NET