ArmLogicModelFactory.LogicWorkflowTriggerCallbackUri 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 LogicWorkflowTriggerCallbackUri.
public static Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerCallbackUri LogicWorkflowTriggerCallbackUri (string value = default, Azure.Core.RequestMethod? method = default, string basePath = default, string relativePath = default, System.Collections.Generic.IEnumerable<string> relativePathParameters = default, Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerCallbackQueryParameterInfo queries = default);
static member LogicWorkflowTriggerCallbackUri : string * Nullable<Azure.Core.RequestMethod> * string * string * seq<string> * Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerCallbackQueryParameterInfo -> Azure.ResourceManager.Logic.Models.LogicWorkflowTriggerCallbackUri
Public Shared Function LogicWorkflowTriggerCallbackUri (Optional value As String = Nothing, Optional method As Nullable(Of RequestMethod) = Nothing, Optional basePath As String = Nothing, Optional relativePath As String = Nothing, Optional relativePathParameters As IEnumerable(Of String) = Nothing, Optional queries As LogicWorkflowTriggerCallbackQueryParameterInfo = Nothing) As LogicWorkflowTriggerCallbackUri
Parameters
- value
- String
Gets the workflow trigger callback URL.
- method
- Nullable<RequestMethod>
Gets the workflow trigger callback URL HTTP method.
- basePath
- String
Gets the workflow trigger callback URL base path.
- relativePath
- String
Gets the workflow trigger callback URL relative path.
- relativePathParameters
- IEnumerable<String>
Gets the workflow trigger callback URL relative path parameters.
Gets the workflow trigger callback URL query parameters.
Returns
A new LogicWorkflowTriggerCallbackUri instance for mocking.
Applies to
Azure SDK for .NET