你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Remove-AzHDInsightPersistedScriptAction
从 HDInsight 群集中删除持久化脚本操作。
语法
Remove-AzHDInsightPersistedScriptAction
[-ClusterName] <String>
[-Name] <String>
[-ResourceGroupName <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Remove-AzHDInsightPersistedScriptAction cmdlet 从指定的 Azure HDInsight 群集持久化脚本操作列表中删除持久化脚本操作。 在纵向扩展群集时,将不再执行已删除的脚本。
示例
示例 1:从群集上持久化脚本操作列表中删除脚本操作
Remove-AzHDInsightPersistedScriptAction `
-ClusterName "your-hadoop-001" `
-Name "Scriptaction"
此命令从指定群集上的持久化脚本操作列表中删除名为 Scriptaction 的脚本操作。
参数
-ClusterName
指定群集的名称。
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 azure 通信的凭据、帐户、租户和订阅
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Name
指定要删除的持久化脚本操作的名称。
类型: | String |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
指定资源组的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None