Udostępnij za pośrednictwem


TopicOperationsExtensions.GetConnectionDetailsAsync Method

Definition

Gets the set of connection strings for a topic.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusConnectionDetailsResponse> GetConnectionDetailsAsync (this Microsoft.WindowsAzure.Management.ServiceBus.ITopicOperations operations, string namespaceName, string topicName);
static member GetConnectionDetailsAsync : Microsoft.WindowsAzure.Management.ServiceBus.ITopicOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusConnectionDetailsResponse>
<Extension()>
Public Function GetConnectionDetailsAsync (operations As ITopicOperations, namespaceName As String, topicName As String) As Task(Of ServiceBusConnectionDetailsResponse)

Parameters

operations
ITopicOperations

Reference to the Microsoft.WindowsAzure.Management.ServiceBus.ITopicOperations.

namespaceName
String

Required. The namespace name.

topicName
String

Required. The topic.

Returns

The set of connection details for a service bus entity.

Applies to