Share via


AzureFunctionStorageQueue Class

Definition

The structure for keeping storage queue name and URI.

public class AzureFunctionStorageQueue : Azure.AI.AgentServer.Contracts.Generated.Common.IUtf8JsonSerializable, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.AzureFunctionStorageQueue>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.AzureFunctionStorageQueue>
type AzureFunctionStorageQueue = class
    interface IUtf8JsonSerializable
    interface IJsonModel<AzureFunctionStorageQueue>
    interface IPersistableModel<AzureFunctionStorageQueue>
Public Class AzureFunctionStorageQueue
Implements IJsonModel(Of AzureFunctionStorageQueue), IPersistableModel(Of AzureFunctionStorageQueue), IUtf8JsonSerializable
Inheritance
AzureFunctionStorageQueue
Implements

Constructors

Name Description
AzureFunctionStorageQueue()

Initializes a new instance of AzureFunctionStorageQueue for deserialization.

AzureFunctionStorageQueue(String, String, IDictionary<String,BinaryData>)

Initializes a new instance of AzureFunctionStorageQueue.

AzureFunctionStorageQueue(String, String)

Initializes a new instance of AzureFunctionStorageQueue.

Properties

Name Description
QueueName

The name of an Azure function storage queue.

QueueServiceEndpoint

URI to the Azure Storage Queue service allowing you to manipulate a queue.

Methods

Name Description
DeserializeAzureFunctionStorageQueue(JsonElement, ModelReaderWriterOptions)
FromResponse(Response)

Deserializes the model from a raw response.

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
ToRequestContent()

Convert into a RequestContent.

Explicit Interface Implementations

Name Description
IJsonModel<AzureFunctionStorageQueue>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureFunctionStorageQueue>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureFunctionStorageQueue>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureFunctionStorageQueue>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureFunctionStorageQueue>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IUtf8JsonSerializable.Write(Utf8JsonWriter)

Applies to