Set CosmosDbTriggerType - PlagueHO/CosmosDB GitHub Wiki
Set the custom Cosmos DB trigger types to the trigger returned by an API call.
Set-CosmosDbTriggerType [-Trigger] <Object> [<CommonParameters>]
This function applies the custom types to the trigger returned by an API call.
PS C:\> Set-CosmosDbTriggerType -Trigger $trigger
Apply the trigger data type to the object provided trigger.
This is the trigger that is returned by a trigger API call.
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).