Webhook Class
Definition of the webhook type.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.automation.models._models_py3.ResourceWebhook
Constructor
Webhook(*, is_enabled: Optional[bool] = False, uri: Optional[str] = None, expiry_time: Optional[datetime.datetime] = None, last_invoked_time: Optional[datetime.datetime] = None, parameters: Optional[Dict[str, str]] = None, runbook: Optional[azure.mgmt.automation.models._models_py3.RunbookAssociationProperty] = None, run_on: Optional[str] = None, creation_time: Optional[datetime.datetime] = None, last_modified_time: Optional[datetime.datetime] = None, last_modified_by: Optional[str] = None, description: Optional[str] = None, **kwargs)
Parameters
Required
Gets or sets the parameters of the job that is created when the webhook calls the runbook it is associated with.
- runbook
- RunbookAssociationProperty
Required
Gets or sets the runbook the webhook is associated with.
Variables
- id
- str
Fully qualified resource Id for the resource.
- name
- str
The name of the resource.
- type
- str
The type of the resource.
Feedback
Submit and view feedback for