Freigeben über


EventHubClient.CreateWithAzureActiveDirectory Methode

Definition

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.

authCallback
AzureActiveDirectoryTokenProvider.AuthenticationCallback

Der Authentifizierungsrückruf.

authority
String

Adresse der Autorität zum Ausstellen des Tokens.

operationTimeout
Nullable<TimeSpan>

Vorgangstimeout für Event Hubs-Vorgänge.

transportType
TransportType

Transporttyp bei Verbindung.

Gibt zurück

Das neu erstellte Event Hub-Clientobjekt.

Gilt für: