WebhookCreateOrUpdateProperties interface

The properties of the create webhook operation.

Properties

expiryTime

Gets or sets the expiry time.

isEnabled

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

parameters

Gets or sets the parameters of the job.

runbook

Gets or sets the runbook.

runOn

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

uri

Gets or sets the uri.

Property Details

expiryTime

Gets or sets the expiry time.

expiryTime?: Date

Property Value

Date

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>

runbook

Gets or sets the runbook.

runbook?: RunbookAssociationProperty

Property Value

runOn

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

runOn?: string

Property Value

string

uri

Gets or sets the uri.

uri?: string

Property Value

string