WorkflowTriggerCallbackUrl Class
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.
The workflow trigger callback URL.
public class WorkflowTriggerCallbackUrl
type WorkflowTriggerCallbackUrl = class
Public Class WorkflowTriggerCallbackUrl
- Inheritance
-
WorkflowTriggerCallbackUrl
Constructors
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. |
Properties
BasePath |
Gets the workflow trigger callback URL base path. |
Method |
Gets the workflow trigger callback URL HTTP method. |
Queries |
Gets the workflow trigger callback URL query parameters. |
RelativePath |
Gets the workflow trigger callback URL relative path. |
RelativePathParameters |
Gets the workflow trigger callback URL relative path parameters. |
Value |
Gets the workflow trigger callback URL. |
Applies to
Azure SDK for .NET