EventHubClient.CreateWithAzureActiveDirectory Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une instance de à l’aide du EventHubClient contexte d’authentification Azure Active Directory.
public static Microsoft.ServiceBus.Messaging.EventHubClient CreateWithAzureActiveDirectory (Uri endpointAddress, string path, Microsoft.ServiceBus.AzureActiveDirectoryTokenProvider.AuthenticationCallback authCallback, string authority, TimeSpan? operationTimeout = default, bool enableLinkRedirect = true);
static member CreateWithAzureActiveDirectory : Uri * string * Microsoft.ServiceBus.AzureActiveDirectoryTokenProvider.AuthenticationCallback * string * Nullable<TimeSpan> * bool -> Microsoft.ServiceBus.Messaging.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 enableLinkRedirect As Boolean = true) As EventHubClient
Paramètres
- endpointAddress
- Uri
Nom de domaine complet pour Event Hubs. Très probablement, {yournamespace}.servicebus.windows.net
- path
- String
Chemin d’accès au hub d’événements.
Rappel d’authentification.
- authority
- String
Adresse de l’autorité d’émission du jeton.
TimeSpan qui spécifie la durée d’exécution de l’opération de messagerie avant l’expiration du délai d’attente
- enableLinkRedirect
- Boolean
Valeur indiquant si ce transport est prêt à être redirigé vers le serveur principal.
Retours
Objet client Event Hub nouvellement créé.
S’applique à
Azure SDK for .NET