Condividi tramite


AzureFunctionBinding Class

Definition

The structure for keeping storage queue name and URI.

public class AzureFunctionBinding : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.AzureFunctionBinding>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.AzureFunctionBinding>
type AzureFunctionBinding = class
    interface IJsonModel<AzureFunctionBinding>
    interface IPersistableModel<AzureFunctionBinding>
Public Class AzureFunctionBinding
Implements IJsonModel(Of AzureFunctionBinding), IPersistableModel(Of AzureFunctionBinding)
Inheritance
AzureFunctionBinding
Implements

Constructors

AzureFunctionBinding(AzureFunctionStorageQueue)

Initializes a new instance of AzureFunctionBinding.

Properties

StorageQueue

Storage queue.

Type

The type of binding, which is always 'storage_queue'.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AzureFunctionBinding>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AzureFunctionBinding>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureFunctionBinding>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureFunctionBinding>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AzureFunctionBinding>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to