TopicClient.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 des Authentifizierungsrückrufs eine neue instance von TopicClient .
public static Microsoft.ServiceBus.Messaging.TopicClient CreateWithAzureActiveDirectory (Uri endpointAddress, string path, Microsoft.ServiceBus.AzureActiveDirectoryTokenProvider.AuthenticationCallback authCallback, string authority, TimeSpan? operationTimeout = default, Microsoft.ServiceBus.Messaging.TransportType transportType = Microsoft.ServiceBus.Messaging.TransportType.NetMessaging);
static member CreateWithAzureActiveDirectory : Uri * string * Microsoft.ServiceBus.AzureActiveDirectoryTokenProvider.AuthenticationCallback * string * Nullable<TimeSpan> * Microsoft.ServiceBus.Messaging.TransportType -> Microsoft.ServiceBus.Messaging.TopicClient
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.ServiceBus.Messaging.TransportType.NetMessaging) As TopicClient
Parameter
- endpointAddress
- Uri
Vollqualifizierter Domänenname für Service Bus. Höchstwahrscheinlich{yournamespace}.servicebus.windows.net
- path
- String
Der Pfad zum Thema.
Der Authentifizierungsdelegat zum Bereitstellen des Zugriffstokens.
- authority
- String
Adresse der Autorität zum Ausstellen des Tokens.
TimeSpan , die angibt, wie lange der Messagingvorgang abgeschlossen werden muss, bevor ein Timeout auftritt
- transportType
- TransportType
Messaging-Transporttyp.
Gibt zurück
Der erstellte TopicClient.
Gilt für:
Azure SDK for .NET