ServiceBusTopicOutputDataSource 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
ServiceBusTopicOutputDataSource() |
Initialisiert eine neue instance der ServiceBusTopicOutputDataSource-Klasse. |
ServiceBusTopicOutputDataSource(String, String, String, String, String, IList<String>, IDictionary<String,String>) |
Initialisiert eine neue instance der ServiceBusTopicOutputDataSource-Klasse. |
ServiceBusTopicOutputDataSource()
Initialisiert eine neue instance der ServiceBusTopicOutputDataSource-Klasse.
public ServiceBusTopicOutputDataSource ();
Public Sub New ()
Gilt für:
ServiceBusTopicOutputDataSource(String, String, String, String, String, IList<String>, IDictionary<String,String>)
Initialisiert eine neue instance der ServiceBusTopicOutputDataSource-Klasse.
public ServiceBusTopicOutputDataSource (string serviceBusNamespace = default, string sharedAccessPolicyName = default, string sharedAccessPolicyKey = default, string authenticationMode = default, string topicName = default, System.Collections.Generic.IList<string> propertyColumns = default, System.Collections.Generic.IDictionary<string,string> systemPropertyColumns = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusTopicOutputDataSource : string * string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusTopicOutputDataSource
Public Sub New (Optional serviceBusNamespace As String = Nothing, Optional sharedAccessPolicyName As String = Nothing, Optional sharedAccessPolicyKey As String = Nothing, Optional authenticationMode As String = Nothing, Optional topicName As String = Nothing, Optional propertyColumns As IList(Of String) = Nothing, Optional systemPropertyColumns As IDictionary(Of String, String) = Nothing)
Parameter
- serviceBusNamespace
- String
Der Namespace, der dem gewünschten Event Hub, der Service Bus-Warteschlange, dem Service Bus-Thema usw. zugeordnet ist. Erforderlich für PUT-Anforderungen (CreateOrReplace).
- sharedAccessPolicyName
- String
Der Name der SAS-Richtlinie für den Event Hub, die Service Bus-Warteschlange, das Service Bus-Thema usw. Erforderlich für PUT-Anforderungen (CreateOrReplace).
- sharedAccessPolicyKey
- String
Der SAS-Richtlinienschlüssel für die angegebene SAS-Richtlinie. Erforderlich für PUT-Anforderungen (CreateOrReplace).
- authenticationMode
- String
Authentifizierungsmodus. Mögliche Werte: "Msi", "UserToken", "ConnectionString"
- topicName
- String
Der Name des Service Bus-Themas. Erforderlich für PUT-Anforderungen (CreateOrReplace).
Ein Zeichenfolgenarray der Namen der Ausgabespalten, die als benutzerdefinierte Eigenschaften an Service Bus-Nachrichten angefügt werden sollen.
- systemPropertyColumns
- IDictionary<String,String>
Die Systemeigenschaften, die der Service Bus-Themenausgabe zugeordnet sind. Die folgenden Systemeigenschaften werden unterstützt: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc.
Gilt für:
Azure SDK for .NET