EventHubClient.CreateWithAzureActiveDirectory Methode
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.
Erstellt mithilfe der Azure Active Directory-Authentifizierung eine neue instance vonEventHubClient.
public static Microsoft.Azure.EventHubs.EventHubClient CreateWithAzureActiveDirectory (Uri endpointAddress, string path, Microsoft.Azure.EventHubs.AzureActiveDirectoryTokenProvider.AuthenticationCallback authCallback, string authority, TimeSpan? operationTimeout = default, Microsoft.Azure.EventHubs.TransportType transportType = Microsoft.Azure.EventHubs.TransportType.Amqp);
static member CreateWithAzureActiveDirectory : Uri * string * Microsoft.Azure.EventHubs.AzureActiveDirectoryTokenProvider.AuthenticationCallback * string * Nullable<TimeSpan> * Microsoft.Azure.EventHubs.TransportType -> Microsoft.Azure.EventHubs.EventHubClient
Public Shared Function CreateWithAzureActiveDirectory (endpointAddress As Uri, path As String, authCallback As AzureActiveDirectoryTokenProvider.AuthenticationCallback, authority As String, Optional operationTimeout As Nullable(Of TimeSpan) = Nothing, Optional transportType As TransportType = Microsoft.Azure.EventHubs.TransportType.Amqp) As EventHubClient
Parameter
- endpointAddress
- Uri
Vollqualifizierter Domänenname für Event Hubs. Höchstwahrscheinlich{yournamespace}.servicebus.windows.net
- path
- String
Der Pfad zum Event Hub.
Der Authentifizierungsrückruf.
- authority
- String
Adresse der Autorität zum Ausstellen des Tokens.
- transportType
- TransportType
Transporttyp bei Verbindung.
Gibt zurück
Das neu erstellte Event Hub-Clientobjekt.
Gilt für:
Azure SDK for .NET