你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TopicClient.CreateWithManagedIdentity 方法

定义

使用 Azure 托管标识身份验证创建 的新 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

服务总线的完全限定域名。 最有可能的为 {yournamespace}.servicebus.windows.net

path
String

主题的路径。

operationTimeout
Nullable<TimeSpan>

TimeSpan 指定消息传递操作在超时之前必须完成多长时间

transportType
TransportType

消息传递传输类型。

返回

创建的 TopicClient

适用于