你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
az hdinsight autoscale condition
管理启用了基于计划的自动缩放的 HDInsight 群集的计划条件。
命令
名称 | 说明 | 类型 | Status |
---|---|---|---|
az hdinsight autoscale condition create |
添加新的计划条件。 |
核心 | GA |
az hdinsight autoscale condition delete |
删除计划条件。 |
核心 | GA |
az hdinsight autoscale condition list |
列出所有计划条件。 |
核心 | GA |
az hdinsight autoscale condition update |
更新计划条件。 |
核心 | GA |
az hdinsight autoscale condition wait |
将 CLI 置于等待状态,直到操作完成。 |
核心 | GA |
az hdinsight autoscale condition create
添加新的计划条件。
az hdinsight autoscale condition create --cluster-name
--days {Friday, Monday, Saturday, Sunday, Thursday, Tuesday, Wednesday}
--resource-group
--time
--workernode-count
[--no-wait]
示例
添加新的计划条件。
az hdinsight autoscale condition create --resource-group MyResourceGroup --cluster-name MyCluster \
--days Monday Tuesday --time 09:00 --workernode-count 5
必需参数
群集的名称。
以空格分隔的计划日期列表。
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
格式为 xx:xx(以天为单位)的 24 小时时间。
计划工作节点计数。
可选参数
不等待长时间运行的操作完成。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az hdinsight autoscale condition delete
删除计划条件。
az hdinsight autoscale condition delete --cluster-name
--index
--resource-group
[--no-wait]
[--yes]
示例
删除计划条件。
az hdinsight autoscale condition delete --resource-group MyResourceGroup --cluster-name MyCluster --index 0
删除多个计划条件。
az hdinsight autoscale condition delete --resource-group MyResourceGroup --cluster-name MyCluster --index 0 1
必需参数
群集的名称。
从 0 开始删除的条件索引的空格分隔列表。
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
可选参数
不等待长时间运行的操作完成。
不提示确认。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az hdinsight autoscale condition list
列出所有计划条件。
az hdinsight autoscale condition list --cluster-name
--resource-group
示例
列出所有计划条件。
az hdinsight autoscale condition list --resource-group MyResourceGroup --cluster-name MyCluster
必需参数
群集的名称。
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az hdinsight autoscale condition update
更新计划条件。
az hdinsight autoscale condition update --cluster-name
--index
--resource-group
[--days {Friday, Monday, Saturday, Sunday, Thursday, Tuesday, Wednesday}]
[--no-wait]
[--time]
[--workernode-count]
示例
更新计划条件。
az hdinsight autoscale condition update --resource-group MyResourceGroup --cluster-name MyCluster --index 0 \
--time 10:00 --workernode-count 5
必需参数
群集的名称。
以 0 开头的计划条件索引。
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
可选参数
以空格分隔的计划日期列表。
不等待长时间运行的操作完成。
格式为 xx:xx(以天为单位)的 24 小时时间。
计划工作节点计数。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az hdinsight autoscale condition wait
将 CLI 置于等待状态,直到操作完成。
az hdinsight autoscale condition wait --name
--resource-group
[--created]
[--custom]
[--deleted]
[--exists]
[--interval]
[--timeout]
[--updated]
必需参数
群集的名称。
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
可选参数
等待在“Succeeded”中使用“provisioningState”创建。
等待条件满足自定义 JMESPath 查询。 例如 provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running']。
等到删除为止。
等待资源存在。
轮询间隔(以秒为单位)。
最大等待(以秒为单位)。
等到 provisioningState 更新为“Succeeded”。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。