AIProjectsModelFactory.AzureFunctionBinding Method
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.
Initializes a new instance of AzureFunctionBinding.
public static Azure.AI.Projects.AzureFunctionBinding AzureFunctionBinding(Azure.AI.Projects.AzureFunctionBindingType type = default, Azure.AI.Projects.AzureFunctionStorageQueue storageQueue = default);
static member AzureFunctionBinding : Azure.AI.Projects.AzureFunctionBindingType * Azure.AI.Projects.AzureFunctionStorageQueue -> Azure.AI.Projects.AzureFunctionBinding
Public Shared Function AzureFunctionBinding (Optional type As AzureFunctionBindingType = Nothing, Optional storageQueue As AzureFunctionStorageQueue = Nothing) As AzureFunctionBinding
Parameters
The type of binding, which is always 'storage_queue'.
- storageQueue
- AzureFunctionStorageQueue
Storage queue.
Returns
A new AzureFunctionBinding instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET