WorkflowTriggerCallbackUrl Class
The workflow trigger callback URL.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web._serialization.ModelWorkflowTriggerCallbackUrl
Constructor
WorkflowTriggerCallbackUrl(*, relative_path_parameters: List[str] | None = None, queries: _models.WorkflowTriggerListCallbackUrlQueries | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
relative_path_parameters
|
Gets the workflow trigger callback URL relative path parameters. |
queries
|
Gets the workflow trigger callback URL query parameters. |
Variables
Name | Description |
---|---|
value
|
Gets the workflow trigger callback URL. |
method
|
Gets the workflow trigger callback URL HTTP method. |
base_path
|
Gets the workflow trigger callback URL base path. |
relative_path
|
Gets the workflow trigger callback URL relative path. |
relative_path_parameters
|
Gets the workflow trigger callback URL relative path parameters. |
queries
|
Gets the workflow trigger callback URL query parameters. |
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 Python