WebhookUpdateProperties interface
The properties of the update webhook.
Properties
| description | Gets or sets the description of the webhook. |
| is |
Gets or sets the value of the enabled flag of webhook. |
| parameters | Gets or sets the parameters of the job. |
| run |
Gets or sets the name of the hybrid worker group the webhook job will run on. |
Property Details
description
Gets or sets the description of the webhook.
description?: string
Property Value
string
isEnabled
Gets or sets the value of the enabled flag of webhook.
isEnabled?: boolean
Property Value
boolean
parameters
Gets or sets the parameters of the job.
parameters?: Record<string, string>
Property Value
Record<string, string>
runOn
Gets or sets the name of the hybrid worker group the webhook job will run on.
runOn?: string
Property Value
string