你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Suspend-AzDataFactoryPipeline
暂停Azure 数据工厂中的管道。
语法
Suspend-AzDataFactoryPipeline
[-Name] <String>
[-DataFactoryName] <String>
[-ResourceGroupName] <String>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Suspend-AzDataFactoryPipeline
[-Name] <String>
[-DataFactory] <PSDataFactory>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
Suspend-AzDataFactoryPipeline cmdlet 在 Azure 数据工厂 中挂起管道。 可以使用 Resume-AzDataFactoryPipeline cmdlet 恢复管道。
示例
示例 1:暂停管道
Suspend-AzDataFactoryPipeline -ResourceGroupName "ADF" -Name "DPWikiSample" -DataFactoryName "WikiADF"
Confirm
Are you sure you want to suspend pipeline 'DPWikisample' in data factory 'WikiADF'?
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): Y
True
此命令在名为 WikiADF 的数据工厂中挂起名为 DPWikiSample 的管道。 该命令返回$True的值。
参数
-Confirm
提示你在运行 cmdlet 之前进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DataFactory
指定 PSDataFactory 对象。 此 cmdlet 挂起属于此参数指定的数据工厂的管道。
类型: | PSDataFactory |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-DataFactoryName
指定数据工厂的名称。 此 cmdlet 挂起属于此参数指定的数据工厂的管道。
类型: | String |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-DefaultProfile
用于与 azure 通信的凭据、帐户、租户和订阅
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Name
指定要挂起的管道的名称。
类型: | String |
别名: | PipelineName |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ResourceGroupName
指定 Azure 资源组的名称。 此 cmdlet 挂起属于此参数指定的组的管道。
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-WhatIf
显示运行该 cmdlet 时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
输出
备注
- 关键字:azure, azurerm, arm, 资源, 管理, 经理, 数据, 工厂