WebhookUpdateParameters interface

The parameters supplied to the update webhook operation.

Properties

description

Gets or sets the description of the webhook.

isEnabled

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

name

Gets or sets the name of the webhook.

parameters

Gets or sets the parameters of the job.

runOn

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

name

Gets or sets the name of the webhook.

name?: string

Property Value

string

parameters

Gets or sets the parameters of the job.

parameters?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

runOn

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

runOn?: string

Property Value

string