WorkflowTriggerListCallbackUrlQueries Constructors
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.
Overloads
WorkflowTriggerListCallbackUrlQueries() | |
WorkflowTriggerListCallbackUrlQueries(String, String, String, String) |
WorkflowTriggerListCallbackUrlQueries()
public WorkflowTriggerListCallbackUrlQueries ();
Public Sub New ()
Applies to
WorkflowTriggerListCallbackUrlQueries(String, String, String, String)
public WorkflowTriggerListCallbackUrlQueries (string apiVersion = default, string sp = default, string sv = default, string sig = default);
new Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerListCallbackUrlQueries : string * string * string * string -> Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowTriggerListCallbackUrlQueries
Public Sub New (Optional apiVersion As String = Nothing, Optional sp As String = Nothing, Optional sv As String = Nothing, Optional sig As String = Nothing)
Parameters
- apiVersion
- String
- sp
- String
- sv
- String
- sig
- String
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