AzureFunctionStorageQueue Class
- java.
lang. Object - com.
azure. ai. agents. persistent. models. AzureFunctionStorageQueue
- com.
Implements
public final class AzureFunctionStorageQueue
implements JsonSerializable<AzureFunctionStorageQueue>
The structure for keeping storage queue name and URI.
Constructor Summary
| Constructor | Description |
|---|---|
| AzureFunctionStorageQueue(String storageServiceEndpoint, String queueName) |
Creates an instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
| String |
getQueueName()
Get the queue |
| String |
getStorageServiceEndpoint()
Get the storage |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
AzureFunctionStorageQueue
public AzureFunctionStorageQueue(String storageServiceEndpoint, String queueName)
Creates an instance of AzureFunctionStorageQueue class.
Parameters:
Method Details
fromJson
public static AzureFunctionStorageQueue fromJson(JsonReader jsonReader)
Reads an instance of AzureFunctionStorageQueue from the JsonReader.
Parameters:
Returns:
Throws:
getQueueName
public String getQueueName()
Get the queueName property: The name of an Azure function storage queue.
Returns:
getStorageServiceEndpoint
public String getStorageServiceEndpoint()
Get the storageServiceEndpoint property: URI to the Azure Storage Queue service allowing you to manipulate a queue.
Returns: