Freigeben über


WebPubSubContextAttribute Klasse

Definition

Attribut, das zum Binden eines Parameters an ein Azure Web PubSub-Dienstprotokoll mit HttpTrigger verwendet wird.

[Microsoft.Azure.WebJobs.Description.Binding]
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)]
public class WebPubSubContextAttribute : Attribute
[<Microsoft.Azure.WebJobs.Description.Binding>]
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)>]
type WebPubSubContextAttribute = class
    inherit Attribute
Public Class WebPubSubContextAttribute
Inherits Attribute
Vererbung
WebPubSubContextAttribute
Attribute
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute

Konstruktoren

WebPubSubContextAttribute()

Konstruktor zum Erstellen des Attributs.

WebPubSubContextAttribute(String[])

Konstruktor zum Erstellen des Attributs.

Eigenschaften

Connections

Zulässige Web PubSub-Dienstverbindungen, die für Missbrauchsschutz und Signaturprüfungen verwendet werden.

Gilt für: