AzureFunctionBinding Class
- java.
lang. Object - com.
azure. ai. agents. persistent. models. AzureFunctionBinding
- com.
Implements
public final class AzureFunctionBinding
implements JsonSerializable<AzureFunctionBinding>
The structure for keeping storage queue name and URI.
Constructor Summary
| Constructor | Description |
|---|---|
| AzureFunctionBinding(AzureFunctionStorageQueue storageQueue) |
Creates an instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
|
Azure |
getStorageQueue()
Get the storage |
| String |
getType()
Get the type property: The type of binding, which is always 'storage_queue'. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
AzureFunctionBinding
public AzureFunctionBinding(AzureFunctionStorageQueue storageQueue)
Creates an instance of AzureFunctionBinding class.
Parameters:
Method Details
fromJson
public static AzureFunctionBinding fromJson(JsonReader jsonReader)
Reads an instance of AzureFunctionBinding from the JsonReader.
Parameters:
Returns:
Throws:
getStorageQueue
public AzureFunctionStorageQueue getStorageQueue()
Get the storageQueue property: Storage queue.
Returns:
getType
public String getType()
Get the type property: The type of binding, which is always 'storage_queue'.
Returns: