public class SubscriptionValidationEventData extends Object
| Constructor and Description |
|---|
SubscriptionValidationEventData() |
| Modifier and Type | Method and Description |
|---|---|
String |
validationCode()
Get the validation code sent by Azure Event Grid to validate an event subscription.
|
String |
validationUrl()
Get the validation URL sent by Azure Event Grid (available starting version 2018-05-01-preview).
|
public String validationCode()
public String validationUrl()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/