SubscriptionValidationEventData.ValidationUrl Property

Definition

The validation URL sent by Azure Event Grid (available starting version 2018-05-01-preview). To complete the validation handshake, the subscriber must either respond with the validationCode as part of the validation response, or perform a GET request on the validationUrl (available starting version 2018-05-01-preview).

public string ValidationUrl { get; }
member this.ValidationUrl : string
Public ReadOnly Property ValidationUrl As String

Property Value

Applies to