AzureFunctionBinding 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.
The structure for keeping storage queue name and URI.
public class AzureFunctionBinding : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.AzureFunctionBinding>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.AzureFunctionBinding>
type AzureFunctionBinding = class
interface IJsonModel<AzureFunctionBinding>
interface IPersistableModel<AzureFunctionBinding>
Public Class AzureFunctionBinding
Implements IJsonModel(Of AzureFunctionBinding), IPersistableModel(Of AzureFunctionBinding)
- Inheritance
-
AzureFunctionBinding
- Implements
Constructors
| Name | Description |
|---|---|
| AzureFunctionBinding(AzureFunctionStorageQueue) |
Initializes a new instance of AzureFunctionBinding. |
Properties
| Name | Description |
|---|---|
| StorageQueue |
Storage queue. |
| Type |
The type of binding, which is always 'storage_queue'. |