Udostępnij za pośrednictwem


NotificationHubOperationsExtensions.GetConnectionDetailsAsync Method

Definition

Lists the notification hubs associated with a namespace.

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

Parameters

operations
INotificationHubOperations

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

namespaceName
String

Required. The namespace name.

notificationHubName
String

Required. The notification hub name.

Returns

The set of connection details for a service bus entity.

Applies to