File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/DataFactory/DataFactoryV2/help Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ The **Get-AzDataFactoryV2Trigger** cmdlet gets information about triggers in a d
35
35
36
36
## EXAMPLES
37
37
38
- ### Example 1: Get information about a specific trigger
38
+ ### Example 1: Get information about all triggers
39
39
```
40
40
PS C:\> Get-AzDataFactoryV2Trigger -ResourceGroupName "ADF" -DataFactoryName "UncycloADF"
41
41
@@ -54,7 +54,7 @@ PS C:\> Get-AzDataFactoryV2Trigger -ResourceGroupName "ADF" -DataFactoryName "Wi
54
54
55
55
Gets a list of all triggers that have been created in the data factory "UncycloADF".
56
56
57
- ### Example 2: Get information about all triggers
57
+ ### Example 2: Get information about a specific trigger
58
58
```
59
59
Get-AzDataFactoryV2Trigger -ResourceGroupName "ADF" -DataFactoryName "UncycloADF" -TriggerName "ScheduledTrigger"
60
60
You can’t perform that action at this time.
0 commit comments