Freigeben über


WebHookEventSubscriptionDestination Konstruktoren

Definition

Überlädt

WebHookEventSubscriptionDestination()

Initialisiert eine neue instance der WebHookEventSubscriptionDestination-Klasse.

WebHookEventSubscriptionDestination(String, String, Nullable<Int32>, Nullable<Int32>, String, String, IList<DeliveryAttributeMapping>)

Initialisiert eine neue instance der WebHookEventSubscriptionDestination-Klasse.

WebHookEventSubscriptionDestination()

Initialisiert eine neue instance der WebHookEventSubscriptionDestination-Klasse.

public WebHookEventSubscriptionDestination ();
Public Sub New ()

Gilt für:

WebHookEventSubscriptionDestination(String, String, Nullable<Int32>, Nullable<Int32>, String, String, IList<DeliveryAttributeMapping>)

Initialisiert eine neue instance der WebHookEventSubscriptionDestination-Klasse.

public WebHookEventSubscriptionDestination (string endpointUrl = default, string endpointBaseUrl = default, int? maxEventsPerBatch = default, int? preferredBatchSizeInKilobytes = default, string azureActiveDirectoryTenantId = default, string azureActiveDirectoryApplicationIdOrUri = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeMapping> deliveryAttributeMappings = default);
new Microsoft.Azure.Management.EventGrid.Models.WebHookEventSubscriptionDestination : string * string * Nullable<int> * Nullable<int> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.DeliveryAttributeMapping> -> Microsoft.Azure.Management.EventGrid.Models.WebHookEventSubscriptionDestination
Public Sub New (Optional endpointUrl As String = Nothing, Optional endpointBaseUrl As String = Nothing, Optional maxEventsPerBatch As Nullable(Of Integer) = Nothing, Optional preferredBatchSizeInKilobytes As Nullable(Of Integer) = Nothing, Optional azureActiveDirectoryTenantId As String = Nothing, Optional azureActiveDirectoryApplicationIdOrUri As String = Nothing, Optional deliveryAttributeMappings As IList(Of DeliveryAttributeMapping) = Nothing)

Parameter

endpointUrl
String

Die URL, die den Endpunkt des Ziels eines Ereignisabonnements darstellt.

endpointBaseUrl
String

Die Basis-URL, die den Endpunkt des Ziels eines Ereignisabonnements darstellt.

maxEventsPerBatch
Nullable<Int32>

Maximale Anzahl von Ereignissen pro Batch.

preferredBatchSizeInKilobytes
Nullable<Int32>

Bevorzugte Batchgröße in Kilobyte.

azureActiveDirectoryTenantId
String

Die Azure Active Directory-Mandanten-ID zum Abrufen des Zugriffstokens, das als Bearertoken in Übermittlungsanforderungen enthalten ist.

azureActiveDirectoryApplicationIdOrUri
String

Die Azure Active Directory-Anwendungs-ID oder der URI zum Abrufen des Zugriffstokens, das als Bearertoken in Übermittlungsanforderungen enthalten ist.

deliveryAttributeMappings
IList<DeliveryAttributeMapping>

Details zum Übermittlungsattribut.

Gilt für: