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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python