WorkflowTriggerCallbackUrl Class
The workflow trigger callback URL.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelWorkflowTriggerCallbackUrl
Constructor
WorkflowTriggerCallbackUrl(*, relative_path_parameters: List[str] | None = None, queries: WorkflowTriggerListCallbackUrlQueries | None = None, **kwargs)
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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python