WebhookCreateOrUpdateParameters Class

The parameters supplied to the create or update webhook operation.

All required parameters must be populated in order to send to Azure.

Inheritance
WebhookCreateOrUpdateParameters

Constructor

WebhookCreateOrUpdateParameters(*, name: str, is_enabled: Optional[bool] = None, uri: Optional[str] = None, expiry_time: Optional[datetime.datetime] = None, parameters: Optional[Dict[str, str]] = None, runbook: Optional[azure.mgmt.automation.models._models_py3.RunbookAssociationProperty] = None, run_on: Optional[str] = None, **kwargs)

Parameters

name
str
Required

Required. Gets or sets the name of the webhook.

is_enabled
bool
Required

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

uri
str
Required

Gets or sets the uri.

expiry_time
datetime
Required

Gets or sets the expiry time.

parameters
dict[str, str]
Required

Gets or sets the parameters of the job.

runbook
RunbookAssociationProperty
Required

Gets or sets the runbook.

run_on
str
Required

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