WebPubSubTriggerAttribute Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
WebPubSubTriggerAttribute(WebPubSubEventType, String) |
Atributo usado para associar um parâmetro a um Azure Web PubSub, quando uma solicitação é do serviço Azure Web PubSub. |
WebPubSubTriggerAttribute(WebPubSubEventType, String, String[]) |
Atributo usado para associar um parâmetro a um Azure Web PubSub, quando uma solicitação é do serviço Azure Web PubSub. |
WebPubSubTriggerAttribute(String, WebPubSubEventType, String) |
Atributo usado para associar um parâmetro a um Azure Web PubSub, quando uma solicitação é do serviço Azure Web PubSub. |
WebPubSubTriggerAttribute(String, WebPubSubEventType, String, String[]) |
Atributo usado para associar um parâmetro a um Azure Web PubSub, quando uma solicitação é do serviço Azure Web PubSub. |
WebPubSubTriggerAttribute(WebPubSubEventType, String)
- Origem:
- WebPubSubTriggerAttribute.cs
Atributo usado para associar um parâmetro a um Azure Web PubSub, quando uma solicitação é do serviço Azure Web PubSub.
public WebPubSubTriggerAttribute (Microsoft.Azure.Functions.Worker.WebPubSubEventType eventType, string eventName);
new Microsoft.Azure.Functions.Worker.WebPubSubTriggerAttribute : Microsoft.Azure.Functions.Worker.WebPubSubEventType * string -> Microsoft.Azure.Functions.Worker.WebPubSubTriggerAttribute
Public Sub New (eventType As WebPubSubEventType, eventName As String)
Parâmetros
- eventType
- WebPubSubEventType
Nome do evento de destino da solicitação.
- eventName
- String
Tipo de evento de destino da solicitação.
Aplica-se a
WebPubSubTriggerAttribute(WebPubSubEventType, String, String[])
- Origem:
- WebPubSubTriggerAttribute.cs
Atributo usado para associar um parâmetro a um Azure Web PubSub, quando uma solicitação é do serviço Azure Web PubSub.
public WebPubSubTriggerAttribute (Microsoft.Azure.Functions.Worker.WebPubSubEventType eventType, string eventName, params string[] connections);
new Microsoft.Azure.Functions.Worker.WebPubSubTriggerAttribute : Microsoft.Azure.Functions.Worker.WebPubSubEventType * string * string[] -> Microsoft.Azure.Functions.Worker.WebPubSubTriggerAttribute
Public Sub New (eventType As WebPubSubEventType, eventName As String, ParamArray connections As String())
Parâmetros
- eventType
- WebPubSubEventType
Nome do evento de destino da solicitação.
- eventName
- String
Tipo de evento de destino da solicitação.
- connections
- String[]
Cadeias de conexão de upstreams permitidos para verificações de assinatura.
Aplica-se a
WebPubSubTriggerAttribute(String, WebPubSubEventType, String)
- Origem:
- WebPubSubTriggerAttribute.cs
Atributo usado para associar um parâmetro a um Azure Web PubSub, quando uma solicitação é do serviço Azure Web PubSub.
public WebPubSubTriggerAttribute (string hub, Microsoft.Azure.Functions.Worker.WebPubSubEventType eventType, string eventName);
new Microsoft.Azure.Functions.Worker.WebPubSubTriggerAttribute : string * Microsoft.Azure.Functions.Worker.WebPubSubEventType * string -> Microsoft.Azure.Functions.Worker.WebPubSubTriggerAttribute
Public Sub New (hub As String, eventType As WebPubSubEventType, eventName As String)
Parâmetros
- hub
- String
Nome do hub de destino da solicitação.
- eventType
- WebPubSubEventType
Nome do evento de destino da solicitação.
- eventName
- String
Tipo de evento de destino da solicitação.
Aplica-se a
WebPubSubTriggerAttribute(String, WebPubSubEventType, String, String[])
- Origem:
- WebPubSubTriggerAttribute.cs
Atributo usado para associar um parâmetro a um Azure Web PubSub, quando uma solicitação é do serviço Azure Web PubSub.
public WebPubSubTriggerAttribute (string hub, Microsoft.Azure.Functions.Worker.WebPubSubEventType eventType, string eventName, params string[] connections);
new Microsoft.Azure.Functions.Worker.WebPubSubTriggerAttribute : string * Microsoft.Azure.Functions.Worker.WebPubSubEventType * string * string[] -> Microsoft.Azure.Functions.Worker.WebPubSubTriggerAttribute
Public Sub New (hub As String, eventType As WebPubSubEventType, eventName As String, ParamArray connections As String())
Parâmetros
- hub
- String
Nome do hub de destino da solicitação.
- eventType
- WebPubSubEventType
Nome do evento de destino da solicitação.
- eventName
- String
Tipo de evento de destino da solicitação.
- connections
- String[]
Cadeias de conexão de upstreams permitidos para verificações de assinatura.
Aplica-se a
Azure SDK for .NET