次の方法で共有


TopicClient.CreateWithAzureActiveDirectory メソッド

定義

認証コールバック を使用して の 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

パラメーター

endpointAddress
Uri

Service Bus の完全修飾ドメイン名。 ほとんどの場合、{yournamespace}.servicebus.windows.net

path
String

トピックへのパス。

authCallback
AzureActiveDirectoryTokenProvider.AuthenticationCallback

アクセス トークンを提供する認証デリゲート。

authority
String

トークンを発行する機関のアドレス。

operationTimeout
Nullable<TimeSpan>

TimeSpan タイムアウトするまでにメッセージング操作を完了する必要がある時間を指定する

transportType
TransportType

メッセージング トランスポートの種類。

戻り値

作成された TopicClient

適用対象