WorkflowTriggerCallbackUrl Constructors

Definition

Overloads

WorkflowTriggerCallbackUrl()

Initializes a new instance of the WorkflowTriggerCallbackUrl class.

WorkflowTriggerCallbackUrl(String, String, String, String, IList<String>, WorkflowTriggerListCallbackUrlQueries)

Initializes a new instance of the WorkflowTriggerCallbackUrl class.

WorkflowTriggerCallbackUrl()

Initializes a new instance of the WorkflowTriggerCallbackUrl class.

public WorkflowTriggerCallbackUrl ();
Public Sub New ()

Applies to

WorkflowTriggerCallbackUrl(String, String, String, String, IList<String>, WorkflowTriggerListCallbackUrlQueries)

Initializes a new instance of the WorkflowTriggerCallbackUrl class.

public WorkflowTriggerCallbackUrl (string value = default, string method = default, string basePath = default, string relativePath = default, System.Collections.Generic.IList<string> relativePathParameters = default, Microsoft.Azure.Management.Logic.Models.WorkflowTriggerListCallbackUrlQueries queries = default);
new Microsoft.Azure.Management.Logic.Models.WorkflowTriggerCallbackUrl : string * string * string * string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Logic.Models.WorkflowTriggerListCallbackUrlQueries -> Microsoft.Azure.Management.Logic.Models.WorkflowTriggerCallbackUrl
Public Sub New (Optional value As String = Nothing, Optional method As String = Nothing, Optional basePath As String = Nothing, Optional relativePath As String = Nothing, Optional relativePathParameters As IList(Of String) = Nothing, Optional queries As WorkflowTriggerListCallbackUrlQueries = Nothing)

Parameters

value
String

Gets the workflow trigger callback URL.

method
String

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
IList<String>

Gets the workflow trigger callback URL relative path parameters.

queries
WorkflowTriggerListCallbackUrlQueries

Gets the workflow trigger callback URL query parameters.

Applies to