Correct Answer: A
You need to use Set-AzDataFactoryV2Trigger cmdlet for creating trigger.
Option A is correct. A trigger is created by using the Set-AzDataFactoryV2Trigger cmdlet.
Option B is incorrect. Set-ADFV2Trigger is not the right command to create a trigger.
Option C is incorrect. Get-AzDataFactoryV2Trigger is used to confirm the status of the trigger.
Option D is incorrect. Start-AzDataFactoryV2Trigger is the right command to start a trigger.
Option E is incorrect. Start-ADFV2Trigger is not the right command.
Reference:
To know more about schedule trigger, please visit the below given link:
https://docs.microsoft.com/en-us/azure/data-factory/how-to-create-schedule-trigger?tabs=data-factory