WebPubSubAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
[Microsoft.Azure.WebJobs.Description.Binding]
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)]
public class WebPubSubAttribute : Attribute
[<Microsoft.Azure.WebJobs.Description.Binding>]
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)>]
type WebPubSubAttribute = class
inherit Attribute
Public Class WebPubSubAttribute
Inherits Attribute
- Inheritance
-
WebPubSubAttribute
- Attributes
-
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute
Constructors
| Name | Description |
|---|---|
| WebPubSubAttribute() | |
Properties
| Name | Description |
|---|---|
| Connection |
The configuration section name that resolves to the identity-based connection or a connection string of the service. |
| Hub |
Target hub. |