AzureFunctionStorageQueue 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 AzureFunctionStorageQueue : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.AzureFunctionStorageQueue>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.AzureFunctionStorageQueue>
type AzureFunctionStorageQueue = class
interface IJsonModel<AzureFunctionStorageQueue>
interface IPersistableModel<AzureFunctionStorageQueue>
Public Class AzureFunctionStorageQueue
Implements IJsonModel(Of AzureFunctionStorageQueue), IPersistableModel(Of AzureFunctionStorageQueue)
- Inheritance
-
AzureFunctionStorageQueue
- Implements
Constructors
| Name | Description |
|---|---|
| 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. |