次の方法で共有


TopicClient.CreateWithManagedIdentity メソッド

定義

Azure マネージド ID 認証を使用して の TopicClient 新しいインスタンスを作成します。

public static Microsoft.ServiceBus.Messaging.TopicClient CreateWithManagedIdentity (Uri endpointAddress, string path, TimeSpan? operationTimeout = default, Microsoft.ServiceBus.Messaging.TransportType transportType = Microsoft.ServiceBus.Messaging.TransportType.NetMessaging);
static member CreateWithManagedIdentity : Uri * string * Nullable<TimeSpan> * Microsoft.ServiceBus.Messaging.TransportType -> Microsoft.ServiceBus.Messaging.TopicClient
Public Shared Function CreateWithManagedIdentity (endpointAddress As Uri, path 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

トピックへのパス。

operationTimeout
Nullable<TimeSpan>

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

transportType
TransportType

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

戻り値

作成された TopicClient

適用対象