WebhookCreateOrUpdateParameters interface   
The parameters supplied to the create or update webhook operation.
Properties
| expiry | 
	Gets or sets the expiry time.  | 
| is | 
	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.  | 
| runbook | Gets or sets the runbook.  | 
| run | 
	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
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}
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