Condividi tramite


AzureFunctionStorageQueue Class

Definition

The structure for keeping storage queue name and URI.

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

Constructors

AzureFunctionStorageQueue(String, String)

Initializes a new instance of AzureFunctionStorageQueue.

Properties

QueueName

The name of an Azure function storage queue.

StorageServiceEndpoint

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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.

Applies to