WebHookEventSubscriptionDestinationProperties 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.
Information about the webhook destination properties for an event subscription.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.WebHookEventSubscriptionDestinationPropertiesTypeConverter))]
public class WebHookEventSubscriptionDestinationProperties : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IWebHookEventSubscriptionDestinationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.WebHookEventSubscriptionDestinationPropertiesTypeConverter))>]
type WebHookEventSubscriptionDestinationProperties = class
interface IWebHookEventSubscriptionDestinationProperties
interface IJsonSerializable
Public Class WebHookEventSubscriptionDestinationProperties
Implements IWebHookEventSubscriptionDestinationProperties
- Inheritance
-
WebHookEventSubscriptionDestinationProperties
- Attributes
- Implements
Constructors
WebHookEventSubscriptionDestinationProperties() |
Creates an new WebHookEventSubscriptionDestinationProperties instance. |
Properties
AzureActiveDirectoryApplicationIdOrUri |
The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. |
AzureActiveDirectoryTenantId |
The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests. |
DeliveryAttributeMapping |
Delivery attribute details. |
EndpointBaseUrl |
The base URL that represents the endpoint of the destination of an event subscription. |
EndpointUrl |
The URL that represents the endpoint of the destination of an event subscription. |
MaxEventsPerBatch |
Maximum number of events per batch. |
MinimumTlsVersionAllowed |
Minimum TLS version that should be supported by webhook endpoint |
PreferredBatchSizeInKilobyte |
Preferred batch size in Kilobytes. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WebHookEventSubscriptionDestinationProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WebHookEventSubscriptionDestinationProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IWebHookEventSubscriptionDestinationProperties. |
FromJsonString(String) |
Creates a new instance of WebHookEventSubscriptionDestinationProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WebHookEventSubscriptionDestinationProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |