Workflowtrigger
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "EVENT", "EXTERNAL", "SCHEDULED", "" ] | The trigger type | [required] |
| DisplayName | String | The trigger display name | [optional] |
| Attributes | WorkflowtriggerAttributes | [required] |
Examples
- Prepare the resource
$Workflowtrigger = Initialize-Workflowtrigger -Type EVENT `
-DisplayName null `
-Attributes null
- Convert the resource to JSON
$Workflowtrigger | ConvertTo-JSON