共用方式為


WebPubSubOutputAttribute Class

Definition

Attribute used to bind a parameter to an Azure Web PubSub. The attribute supports to invoke multiple kinds of operations to service. For details, WebPubSubAction.

public sealed class WebPubSubOutputAttribute : Microsoft.Azure.Functions.Worker.Extensions.Abstractions.OutputBindingAttribute
type WebPubSubOutputAttribute = class
    inherit OutputBindingAttribute
Public NotInheritable Class WebPubSubOutputAttribute
Inherits OutputBindingAttribute
Inheritance
Microsoft.Azure.Functions.Worker.Extensions.Abstractions.OutputBindingAttribute
WebPubSubOutputAttribute

Constructors

WebPubSubOutputAttribute()

Properties

Connection

The connection of target Web PubSub service.

Hub

Target hub.

Applies to