Compartilhar via


NotificationHubsOperationsExtensions.DebugSend Método

Definição

testar enviar uma notificação por push

public static Microsoft.Azure.Management.NotificationHubs.Models.DebugSendResponse DebugSend(this Microsoft.Azure.Management.NotificationHubs.INotificationHubsOperations operations, string resourceGroupName, string namespaceName, string notificationHubName, object parameters = default);
static member DebugSend : Microsoft.Azure.Management.NotificationHubs.INotificationHubsOperations * string * string * string * obj -> Microsoft.Azure.Management.NotificationHubs.Models.DebugSendResponse
<Extension()>
Public Function DebugSend (operations As INotificationHubsOperations, resourceGroupName As String, namespaceName As String, notificationHubName As String, Optional parameters As Object = Nothing) As DebugSendResponse

Parâmetros

operations
INotificationHubsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

namespaceName
String

O nome do namespace.

notificationHubName
String

O nome do hub de notificação.

parameters
Object

Parâmetros de envio de depuração

Retornos

Aplica-se a