WebhookUpdateParameters Class

The parameters supplied to the update webhook operation.

Inheritance
WebhookUpdateParameters

Constructor

WebhookUpdateParameters(*, name: Optional[str] = None, is_enabled: Optional[bool] = None, run_on: Optional[str] = None, parameters: Optional[Dict[str, str]] = None, description: Optional[str] = None, **kwargs)

Parameters

name
str
Required

Gets or sets the name of the webhook.

is_enabled
bool
Required

Gets or sets the value of the enabled flag of webhook.

run_on
str
Required

Gets or sets the name of the hybrid worker group the webhook job will run on.

parameters
dict[str, str]
Required

Gets or sets the parameters of the job.

description
str
Required

Gets or sets the description of the webhook.