WebHookEventSubscriptionDestination Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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.
- 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:
Azure SDK for .NET