Udostępnij za pośrednictwem


NotificationHubOperationsExtensions.GetConnectionDetails Method

Definition

Lists the notification hubs associated with a namespace.

public static Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusConnectionDetailsResponse GetConnectionDetails (this Microsoft.WindowsAzure.Management.ServiceBus.INotificationHubOperations operations, string namespaceName, string notificationHubName);
static member GetConnectionDetails : Microsoft.WindowsAzure.Management.ServiceBus.INotificationHubOperations * string * string -> Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusConnectionDetailsResponse
<Extension()>
Public Function GetConnectionDetails (operations As INotificationHubOperations, namespaceName As String, notificationHubName As String) As 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