az large-instance

注释

此参考是 Azure CLI(版本 2.57.0 或更高版本)azurelargeinstance 扩展的一部分。 该扩展会在首次运行 az large-instance 命令时自动安装。 了解更多关于扩展 的相关信息。

处理计算 Azure 大型实例的操作。

命令

名称 说明 类型 Status
az large-instance create

为指定的订阅创建 Azure 大型实例。

扩展 GA
az large-instance delete

删除指定订阅资源组的 Azure 大型实例。

扩展 GA
az large-instance list

获取指定订阅中的 Azure 大型实例的列表。 这些作返回每个 Azure 大型实例的各种属性。

扩展 GA
az large-instance restart

重启 Azure 大型实例的作(仅适用于计算实例)。

扩展 GA
az large-instance show

获取指定订阅资源组的 Azure 大型实例。

扩展 GA
az large-instance shutdown

关闭 Azure 大型实例的作(仅适用于计算实例)。

扩展 GA
az large-instance start

启动 Azure 大型实例的作(仅适用于计算实例)。

扩展 GA
az large-instance update

更新指定订阅的 Azure 大型实例。

扩展 GA

az large-instance create

为指定的订阅创建 Azure 大型实例。

资源组和实例名称。

az large-instance create --instance-name --name
                         --resource-group
                         [--ali-id --instance-id]
                         [--azure-large-instance-size --sku {S112, S144, S144m, S192, S192m, S192xm, S224, S224m, S224om, S224oo, S224oom, S224ooo, S224se, S384, S384m, S384xm, S384xxm, S448, S448m, S448om, S448oo, S448oom, S448ooo, S448se, S576m, S576xm, S672, S672m, S672om, S672oo, S672oom, S672ooo, S72, S72m, S768, S768m, S768xm, S896, S896m, S896om, S896oo, S896oom, S896ooo, S96, S960m}]
                         [--hardware-type {Cisco_UCS, HPE, SDFLEX}]
                         [--hw-revision]
                         [--___location]
                         [--network-profile]
                         [--os-profile]
                         [--power-state {restarting, started, starting, stopped, stopping, unknown}]
                         [--ppg --proximity-placement-group]
                         [--storage-profile]
                         [--tags]

示例

创建 Azure 大型存储实例

az large-instance create -g myResourceGroup -n myALInstance -l westus -sku S72

必需参数

--instance-name --name -n

AzureLargeInstance 的名称。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。

可选参数

--ali-id --instance-id

指定 Azure 大型实例唯一 ID。

--azure-large-instance-size --sku

指定 Azure 大型实例 SKU。

接受的值: S112, S144, S144m, S192, S192m, S192xm, S224, S224m, S224om, S224oo, S224oom, S224ooo, S224se, S384, S384m, S384xm, S384xxm, S448, S448m, S448om, S448oo, S448oom, S448ooo, S448se, S576m, S576xm, S672, S672m, S672om, S672oo, S672oom, S672ooo, S72, S72m, S768, S768m, S768xm, S896, S896m, S896om, S896oo, S896oom, S896ooo, S96, S960m
--hardware-type

硬件类型的名称(供应商和/或其产品名称)。

接受的值: Cisco_UCS, HPE, SDFLEX
--hw-revision

Azure 大型实例的硬件修订版。

--___location -l

未指定资源所在的地理位置,将使用资源组的位置。

--network-profile

指定 Azure 大型实例的网络设置。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

--os-profile

指定 Azure 大型实例的操作系统设置。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

--power-state

资源电源状态。

接受的值: restarting, started, starting, stopped, stopping, unknown
--ppg --proximity-placement-group

资源邻近放置组。

--storage-profile

指定 Azure 大型实例磁盘的存储设置。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

--tags

资源标记。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

增加日志记录详细程度。 使用 --debug 获取完整的调试日志。

az large-instance delete

删除指定订阅资源组的 Azure 大型实例。

实例名称。

az large-instance delete [--ids]
                         [--instance-name --name]
                         [--resource-group]
                         [--subscription]
                         [--yes]

示例

AzureLargeInstance_Delete

az large-instance delete --resource-group myResourceGroup --instance-name myAzureLargeInstance

可选参数

--ids

一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。

--instance-name --name -n

AzureLargeInstance 的名称。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--yes -y

不要提示确认。

默认值: False
全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

增加日志记录详细程度。 使用 --debug 获取完整的调试日志。

az large-instance list

获取指定订阅中的 Azure 大型实例的列表。 这些作返回每个 Azure 大型实例的各种属性。

az large-instance list [--max-items]
                       [--next-token]
                       [--resource-group]

示例

列出订阅中的 Azure 大型实例

az large-instance list --subscription $SUBSCRIPTION_ID

列出特定订阅和资源组中的 Azure 大型实例

az large-instance list --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP

可选参数

--max-items

命令输出中要返回的项总数。 如果可用的项总数大于指定的值,则会在命令的输出中提供令牌。 若要恢复分页,请在后续命令的 --next-token 参数中提供令牌值。

--next-token

用于指定开始分页的位置的令牌。 这是先前截断的响应中的令牌值。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

增加日志记录详细程度。 使用 --debug 获取完整的调试日志。

az large-instance restart

重启 Azure 大型实例的作(仅适用于计算实例)。

az large-instance restart [--force-state {active, inactive}]
                          [--ids]
                          [--instance-name --name]
                          [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                          [--resource-group]
                          [--subscription]

示例

重启 Azure 大型实例

az large-instance restart --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --instance-name $INSTANCE_NAME

可选参数

--force-state

是否通过关闭所有进程来强制重启。

接受的值: active, inactive
--ids

一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。

--instance-name --name -n

AzureLargeInstance 的名称。

--no-wait

不等待长时间运行的操作完成。

接受的值: 0, 1, f, false, n, no, t, true, y, yes
--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

增加日志记录详细程度。 使用 --debug 获取完整的调试日志。

az large-instance show

获取指定订阅资源组的 Azure 大型实例。

实例名称。

az large-instance show [--ids]
                       [--instance-name --name]
                       [--resource-group]
                       [--subscription]

示例

显示有关 Azure 大型实例的详细信息

az large-instance show --subscription $SUBSCRIPTION_ID --instance-name $INSTANCE_NAME --resource-group $RESOURCE_GROUP

可选参数

--ids

一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。

--instance-name --name -n

AzureLargeInstance 的名称。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

增加日志记录详细程度。 使用 --debug 获取完整的调试日志。

az large-instance shutdown

关闭 Azure 大型实例的作(仅适用于计算实例)。

az large-instance shutdown [--ids]
                           [--instance-name --name]
                           [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                           [--resource-group]
                           [--subscription]

示例

关闭 Azure 大型实例

az large-instance shutdown --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --instance-name $INSTANCE_NAME

可选参数

--ids

一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。

--instance-name --name -n

AzureLargeInstance 的名称。

--no-wait

不等待长时间运行的操作完成。

接受的值: 0, 1, f, false, n, no, t, true, y, yes
--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

增加日志记录详细程度。 使用 --debug 获取完整的调试日志。

az large-instance start

启动 Azure 大型实例的作(仅适用于计算实例)。

az large-instance start [--ids]
                        [--instance-name --name]
                        [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                        [--resource-group]
                        [--subscription]

示例

启动 Azure 大型实例

az large-instance start --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --instance-name $INSTANCE_NAME

可选参数

--ids

一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。

--instance-name --name -n

AzureLargeInstance 的名称。

--no-wait

不等待长时间运行的操作完成。

接受的值: 0, 1, f, false, n, no, t, true, y, yes
--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

增加日志记录详细程度。 使用 --debug 获取完整的调试日志。

az large-instance update

更新指定订阅的 Azure 大型实例。

资源组和实例名称。

az large-instance update [--add]
                         [--force-string {0, 1, f, false, n, no, t, true, y, yes}]
                         [--ids]
                         [--instance-name --name]
                         [--remove]
                         [--resource-group]
                         [--set]
                         [--subscription]
                         [--tags]

示例

替换标记

az large-instance update -g myResourceGroup -n myAzureLargeStorageInstance --tags "{key:value}"

可选参数

--add

通过指定路径和键值对将对象添加到对象列表。 示例:--add property.listProperty <key=value, string or JSON string>

--force-string

使用“set”或“add”时,保留字符串文本,而不是尝试转换为 JSON。

接受的值: 0, 1, f, false, n, no, t, true, y, yes
--ids

一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。

--instance-name --name -n

AzureLargeInstance 的名称。

--remove

从列表中删除属性或元素。 示例: --remove property.list <indexToRemove> OR --remove propertyToRemove.

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。

--set

通过指定要设置的属性路径和值来更新对象。 示例:--set property1.property2=<value>

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--tags

资源标记。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

增加日志记录详细程度。 使用 --debug 获取完整的调试日志。