az databricks workspace
Note
This reference is part of the databricks extension for the Azure CLI (version 2.57.0 or higher). 该扩展会在首次运行 az databricks workspace 命令时自动安装。 Learn more about extensions.
用于管理 databricks 工作区的命令。
命令
az databricks workspace create
创建新工作区。
az databricks workspace create --name
--resource-group
[--access-connector]
[--compliance-standards]
[--default-catalog]
[--default-storage-firewall {Disabled, Enabled}]
[--disk-key-auto-rotation {0, 1, f, false, n, no, t, true, y, yes}]
[--disk-key-name]
[--disk-key-vault]
[--disk-key-version]
[--enable-acu --enable-automatic-cluster-update {0, 1, Disabled, Enabled, disabled, enabled, f, false, n, no, t, true, y, yes}]
[--enable-compliance-security-profile --enable-csp {0, 1, Disabled, Enabled, disabled, enabled, f, false, n, no, t, true, y, yes}]
[--enable-enhanced-security-monitoring --enable-esm {0, 1, Disabled, Enabled, disabled, enabled, f, false, n, no, t, true, y, yes}]
[--enable-no-public-ip {0, 1, f, false, n, no, t, true, y, yes}]
[--enhanced-security-compliance]
[--location]
[--managed-resource-group]
[--managed-services-key-name --ms-key-name]
[--managed-services-key-vault --ms-key-vault]
[--managed-services-key-version --ms-key-version]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--prepare-encryption {0, 1, f, false, n, no, t, true, y, yes}]
[--private-subnet]
[--public-network-access {Disabled, Enabled}]
[--public-subnet]
[--require-infrastructure-encryption {0, 1, f, false, n, no, t, true, y, yes}]
[--required-nsg-rules {AllRules, NoAzureDatabricksRules, NoAzureServiceRules}]
[--sku]
[--tags]
[--vnet]
示例
创建工作区
az databricks workspace create --resource-group MyResourceGroup --name MyWorkspace --location westus --sku standard
为存储帐户创建具有托管标识的工作区
az databricks workspace create --resource-group MyResourceGroup --name MyWorkspace --location eastus2euap --sku premium --prepare-encryption
创建启用了自动群集更新功能的工作区
az databricks workspace create --resource-group MyResourceGroup --name MyWorkspace --location eastus2euap --sku premium --enable-automatic-cluster-update
使用特定符合性标准启用的所有增强安全性 & 合规性功能创建工作区
az databricks workspace create --resource-group MyResourceGroup --name MyWorkspace --location eastus2euap --sku premium --enable-compliance-security-profile --compliance-standards='["HIPAA","PCI_DSS"]' --enable-automatic-cluster-update --enable-enhanced-security-monitoring
必需参数
工作区的名称。
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
可选参数
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
要与 Databricks 工作区支持速记语法、json-file 和 yaml-file 关联的访问连接器资源。 请尝试“??” 以显示更多内容。
属性 | 值 |
---|---|
Parameter group: | Properties Arguments |
与工作区关联的符合性标准,允许的值:NONE、HIPAA、PCI_DSS。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。
属性 | 值 |
---|---|
Parameter group: | Enhanced Security Compliance Arguments |
创建工作区期间的默认目录配置的属性。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。
属性 | 值 |
---|---|
Parameter group: | Properties Arguments |
获取或设置默认存储防火墙配置信息。
属性 | 值 |
---|---|
Parameter group: | Properties Arguments |
接受的值: | Disabled, Enabled |
指示是否应自动将最新的密钥版本用于托管磁盘加密。
属性 | 值 |
---|---|
Parameter group: | Encryption Arguments |
接受的值: | 0, 1, f, false, n, no, t, true, y, yes |
KeyVault 密钥的名称。
属性 | 值 |
---|---|
Parameter group: | Encryption Arguments |
KeyVault 的 URI。
属性 | 值 |
---|---|
Parameter group: | Encryption Arguments |
KeyVault 密钥的版本。
属性 | 值 |
---|---|
Parameter group: | Encryption Arguments |
启用自动群集更新功能。
属性 | 值 |
---|---|
Parameter group: | Enhanced Security Compliance Arguments |
接受的值: | 0, 1, Disabled, Enabled, disabled, enabled, f, false, n, no, t, true, y, yes |
启用合规性安全配置文件。
属性 | 值 |
---|---|
Parameter group: | Enhanced Security Compliance Arguments |
接受的值: | 0, 1, Disabled, Enabled, disabled, enabled, f, false, n, no, t, true, y, yes |
启用增强的安全监视功能。
属性 | 值 |
---|---|
Parameter group: | Enhanced Security Compliance Arguments |
接受的值: | 0, 1, Disabled, Enabled, disabled, enabled, f, false, n, no, t, true, y, yes |
用于启用无公共 IP 功能的标志。
属性 | 值 |
---|---|
接受的值: | 0, 1, f, false, n, no, t, true, y, yes |
包含与增强的安全性和合规性加载项相关的设置。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。
属性 | 值 |
---|---|
Parameter group: | Properties Arguments |
Location.
az account list-locations
中的值。 可以使用 az configure --defaults location=<location>
配置默认位置。 如果未指定,将使用资源组的位置。
要创建的托管资源组。 它可以是名称或资源 ID。
KeyVault 密钥的名称。
属性 | 值 |
---|---|
Parameter group: | Encryption Arguments |
KeyVault 的 URI。
属性 | 值 |
---|---|
Parameter group: | Encryption Arguments |
KeyVault 密钥的版本。
属性 | 值 |
---|---|
Parameter group: | Encryption Arguments |
不等待长时间运行的操作完成。
属性 | 值 |
---|---|
接受的值: | 0, 1, f, false, n, no, t, true, y, yes |
为托管存储帐户启用托管标识以准备 CMK 加密的标志。
属性 | 值 |
---|---|
接受的值: | 0, 1, f, false, n, no, t, true, y, yes |
虚拟网络中的专用子网的名称。
属性 | 值 |
---|---|
Parameter group: | Custom VNET Arguments |
用于设置是否允许从公共 Internet 访问终结点的网络访问的配置。 允许的值:已禁用、已启用。
属性 | 值 |
---|---|
接受的值: | Disabled, Enabled |
虚拟网络中公共子网的名称。
属性 | 值 |
---|---|
Parameter group: | Custom VNET Arguments |
使用平台托管密钥为静态数据启用具有辅助加密层的 DBFS 根文件系统的标志。
属性 | 值 |
---|---|
接受的值: | 0, 1, f, false, n, no, t, true, y, yes |
仅供内部使用的 Nsg 规则的类型。 允许的值:AllRules、NoAzureDatabricksRules、NoAzureServiceRules。
属性 | 值 |
---|---|
接受的值: | AllRules, NoAzureDatabricksRules, NoAzureServiceRules |
SKU 层名称。 允许的值:高级、标准、试用。
空格分隔标记:key[=value] [key[=value] ...]。使用“”清除现有标记。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。
虚拟网络名称或资源 ID。
属性 | 值 |
---|---|
Parameter group: | Custom VNET Arguments |
全局参数
提高日志记录详细程度以显示所有调试日志。
属性 | 值 |
---|---|
默认值: | False |
显示此帮助消息并退出。
仅显示错误,禁止显示警告。
属性 | 值 |
---|---|
默认值: | False |
Output format.
属性 | 值 |
---|---|
默认值: | json |
接受的值: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
增加日志记录详细程度。 使用 --debug 获取完整的调试日志。
属性 | 值 |
---|---|
默认值: | False |
az databricks workspace delete
删除工作区。
az databricks workspace delete [--force-deletion {0, 1, f, false, n, no, t, true, y, yes}]
[--ids]
[--name]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--resource-group]
[--subscription]
[--yes]
示例
删除工作区
az databricks workspace delete --resource-group MyResourceGroup --name MyWorkspace -y
可选参数
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
用于保留默认 unity 目录数据的可选参数。 默认情况下,如果在工作区上启用了 Uc,数据将保留。
属性 | 值 |
---|---|
默认值: | False |
接受的值: | 0, 1, f, false, n, no, t, true, y, yes |
一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。
属性 | 值 |
---|---|
Parameter group: | Resource Id Arguments |
工作区的名称。
属性 | 值 |
---|---|
Parameter group: | Resource Id Arguments |
不等待长时间运行的操作完成。
属性 | 值 |
---|---|
接受的值: | 0, 1, f, false, n, no, t, true, y, yes |
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
属性 | 值 |
---|---|
Parameter group: | Resource Id Arguments |
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
属性 | 值 |
---|---|
Parameter group: | Resource Id Arguments |
不要提示确认。
属性 | 值 |
---|---|
默认值: | False |
全局参数
提高日志记录详细程度以显示所有调试日志。
属性 | 值 |
---|---|
默认值: | False |
显示此帮助消息并退出。
仅显示错误,禁止显示警告。
属性 | 值 |
---|---|
默认值: | False |
Output format.
属性 | 值 |
---|---|
默认值: | json |
接受的值: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
增加日志记录详细程度。 使用 --debug 获取完整的调试日志。
属性 | 值 |
---|---|
默认值: | False |
az databricks workspace list
获取所有工作区。
az databricks workspace list [--max-items]
[--next-token]
[--resource-group]
示例
列出资源组中的工作区
az databricks workspace list --resource-group MyResourceGroup
列出默认订阅中的工作区
az databricks workspace list
可选参数
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
命令输出中要返回的项总数。 如果可用的项总数大于指定的值,则会在命令的输出中提供令牌。 若要恢复分页,请在后续命令的 --next-token
参数中提供令牌值。
属性 | 值 |
---|---|
Parameter group: | Pagination Arguments |
用于指定开始分页的位置的令牌。 这是先前截断的响应中的令牌值。
属性 | 值 |
---|---|
Parameter group: | Pagination Arguments |
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
全局参数
提高日志记录详细程度以显示所有调试日志。
属性 | 值 |
---|---|
默认值: | False |
显示此帮助消息并退出。
仅显示错误,禁止显示警告。
属性 | 值 |
---|---|
默认值: | False |
Output format.
属性 | 值 |
---|---|
默认值: | json |
接受的值: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
增加日志记录详细程度。 使用 --debug 获取完整的调试日志。
属性 | 值 |
---|---|
默认值: | False |
az databricks workspace show
显示工作区。
az databricks workspace show [--ids]
[--name]
[--resource-group]
[--subscription]
示例
显示工作区
az databricks workspace show --resource-group MyResourceGroup --name MyWorkspace
可选参数
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。
属性 | 值 |
---|---|
Parameter group: | Resource Id Arguments |
工作区的名称。
属性 | 值 |
---|---|
Parameter group: | Resource Id Arguments |
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
属性 | 值 |
---|---|
Parameter group: | Resource Id Arguments |
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
属性 | 值 |
---|---|
Parameter group: | Resource Id Arguments |
全局参数
提高日志记录详细程度以显示所有调试日志。
属性 | 值 |
---|---|
默认值: | False |
显示此帮助消息并退出。
仅显示错误,禁止显示警告。
属性 | 值 |
---|---|
默认值: | False |
Output format.
属性 | 值 |
---|---|
默认值: | json |
接受的值: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
增加日志记录详细程度。 使用 --debug 获取完整的调试日志。
属性 | 值 |
---|---|
默认值: | False |
az databricks workspace update
更新工作区。
az databricks workspace update [--access-connector]
[--add]
[--compliance-standards]
[--default-catalog]
[--default-storage-firewall {Disabled, Enabled}]
[--disk-key-auto-rotation {0, 1, f, false, n, no, t, true, y, yes}]
[--disk-key-name]
[--disk-key-vault]
[--disk-key-version]
[--enable-acu --enable-automatic-cluster-update {0, 1, Disabled, Enabled, disabled, enabled, f, false, n, no, t, true, y, yes}]
[--enable-compliance-security-profile --enable-csp {0, 1, Disabled, Enabled, disabled, enabled, f, false, n, no, t, true, y, yes}]
[--enable-enhanced-security-monitoring --enable-esm {0, 1, Disabled, Enabled, disabled, enabled, f, false, n, no, t, true, y, yes}]
[--enable-no-public-ip {0, 1, f, false, n, no, t, true, y, yes}]
[--enhanced-security-compliance]
[--force-string {0, 1, f, false, n, no, t, true, y, yes}]
[--ids]
[--key-name]
[--key-source {Default, Microsoft.Keyvault}]
[--key-vault]
[--key-version]
[--managed-services-key-name --ms-key-name]
[--managed-services-key-vault --ms-key-vault]
[--managed-services-key-version --ms-key-version]
[--name]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--prepare-encryption {0, 1, f, false, n, no, t, true, y, yes}]
[--public-network-access {Disabled, Enabled}]
[--remove]
[--required-nsg-rules {AllRules, NoAzureDatabricksRules, NoAzureServiceRules}]
[--resource-group]
[--sa-sku-name --storage-account-sku-name]
[--set]
[--sku]
[--subscription]
[--tags]
示例
更新工作区的标记。
az databricks workspace update --resource-group MyResourceGroup --name MyWorkspace --tags key1=value1 key2=value2
清理工作区的标记。
az databricks workspace update --resource-group MyResourceGroup --name MyWorkspace --tags ""
通过为存储帐户分配标识来准备 CMK 加密。
az databricks workspace update --resource-group MyResourceGroup --name MyWorkspace --prepare-encryption
配置 CMK 加密
az databricks workspace update --resource-group MyResourceGroup --name MyWorkspace --key-source Microsoft.KeyVault --key-name MyKey --key-vault https://myKeyVault.vault.azure.net/ --key-version 00000000000000000000000000000000
将加密还原为Microsoft托管密钥
az databricks workspace update --resource-group MyResourceGroup --name MyWorkspace --key-source Default
启用增强的安全监视功能
az databricks workspace update --resource-group MyResourceGroup --name MyWorkspace --enable-enhanced-security-monitoring
使用特定符合性标准启用符合性安全配置文件功能
az databricks workspace update --resource-group MyResourceGroup --name MyWorkspace --enable-compliance-security-profile --compliance-standards='["HIPAA","PCI_DSS"]'
可选参数
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
要与 Databricks 工作区支持速记语法、json-file 和 yaml-file 关联的访问连接器资源。 请尝试“??” 以显示更多内容。
属性 | 值 |
---|---|
Parameter group: | Properties Arguments |
通过指定路径和键值对将对象添加到对象列表。 示例:--add property.listProperty <key=value, string or JSON string>
。
属性 | 值 |
---|---|
Parameter group: | Generic Update Arguments |
与工作区关联的符合性标准,允许的值:NONE、HIPAA、PCI_DSS。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。
属性 | 值 |
---|---|
Parameter group: | Enhanced Security Compliance Arguments |
创建工作区期间的默认目录配置的属性。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。
属性 | 值 |
---|---|
Parameter group: | Properties Arguments |
获取或设置默认存储防火墙配置信息。
属性 | 值 |
---|---|
Parameter group: | Properties Arguments |
接受的值: | Disabled, Enabled |
指示是否应自动将最新的密钥版本用于托管磁盘加密。
属性 | 值 |
---|---|
Parameter group: | Managed Disk Arguments |
接受的值: | 0, 1, f, false, n, no, t, true, y, yes |
KeyVault 密钥的名称。
属性 | 值 |
---|---|
Parameter group: | Managed Disk Arguments |
KeyVault 的 URI。
属性 | 值 |
---|---|
Parameter group: | Managed Disk Arguments |
KeyVault 密钥的版本。
属性 | 值 |
---|---|
Parameter group: | Managed Disk Arguments |
启用自动群集更新功能。
属性 | 值 |
---|---|
Parameter group: | Enhanced Security Compliance Arguments |
接受的值: | 0, 1, Disabled, Enabled, disabled, enabled, f, false, n, no, t, true, y, yes |
启用合规性安全配置文件。
属性 | 值 |
---|---|
Parameter group: | Enhanced Security Compliance Arguments |
接受的值: | 0, 1, Disabled, Enabled, disabled, enabled, f, false, n, no, t, true, y, yes |
启用增强的安全监视功能。
属性 | 值 |
---|---|
Parameter group: | Enhanced Security Compliance Arguments |
接受的值: | 0, 1, Disabled, Enabled, disabled, enabled, f, false, n, no, t, true, y, yes |
用于启用无公共 IP 功能的标志。
属性 | 值 |
---|---|
接受的值: | 0, 1, f, false, n, no, t, true, y, yes |
包含与增强的安全性和合规性加载项相关的设置。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。
属性 | 值 |
---|---|
Parameter group: | Properties Arguments |
使用“set”或“add”时,保留字符串文本,而不是尝试转换为 JSON。
属性 | 值 |
---|---|
Parameter group: | Generic Update Arguments |
接受的值: | 0, 1, f, false, n, no, t, true, y, yes |
一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。
属性 | 值 |
---|---|
Parameter group: | Resource Id Arguments |
KeyVault 密钥的名称。
属性 | 值 |
---|---|
Parameter group: | Encryption Arguments |
加密密钥源(提供程序)。 允许的值:默认值,Microsoft.Keyvault。
属性 | 值 |
---|---|
Parameter group: | Encryption Arguments |
接受的值: | Default, Microsoft.Keyvault |
KeyVault 的 URI。
属性 | 值 |
---|---|
Parameter group: | Encryption Arguments |
KeyVault 密钥的版本。 更新 CMK 时,这是可选的。
属性 | 值 |
---|---|
Parameter group: | Encryption Arguments |
KeyVault 密钥的名称。
属性 | 值 |
---|---|
Parameter group: | Managed Services Arguments |
KeyVault 的 URI。
属性 | 值 |
---|---|
Parameter group: | Managed Services Arguments |
KeyVault 密钥的版本。
属性 | 值 |
---|---|
Parameter group: | Managed Services Arguments |
工作区的名称。
属性 | 值 |
---|---|
Parameter group: | Resource Id Arguments |
不等待长时间运行的操作完成。
属性 | 值 |
---|---|
接受的值: | 0, 1, f, false, n, no, t, true, y, yes |
为托管存储帐户启用托管标识以准备 CMK 加密的标志。
属性 | 值 |
---|---|
接受的值: | 0, 1, f, false, n, no, t, true, y, yes |
用于访问工作区的网络访问类型。 将值设置为禁用,以便仅通过专用链接访问工作区。
属性 | 值 |
---|---|
接受的值: | Disabled, Enabled |
从列表中删除属性或元素。 示例: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
属性 | 值 |
---|---|
Parameter group: | Generic Update Arguments |
仅供内部使用的 Nsg 规则的类型。 允许的值:AllRules、NoAzureDatabricksRules、NoAzureServiceRules。
属性 | 值 |
---|---|
接受的值: | AllRules, NoAzureDatabricksRules, NoAzureServiceRules |
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
属性 | 值 |
---|---|
Parameter group: | Resource Id Arguments |
存储帐户 SKU 名称,例如:Standard_GRS,Standard_LRS。 有关有效输入,请参阅 https://aka.ms/storageskus。
通过指定要设置的属性路径和值来更新对象。 示例:--set property1.property2=<value>
。
属性 | 值 |
---|---|
Parameter group: | Generic Update Arguments |
SKU 层名称。 允许的值:高级、标准、试用。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
属性 | 值 |
---|---|
Parameter group: | Resource Id Arguments |
空格分隔标记:key[=value] [key[=value] ...]。使用“”清除现有标记。 支持速记语法、json-file 和 yaml-file。 请尝试“??” 以显示更多内容。
全局参数
提高日志记录详细程度以显示所有调试日志。
属性 | 值 |
---|---|
默认值: | False |
显示此帮助消息并退出。
仅显示错误,禁止显示警告。
属性 | 值 |
---|---|
默认值: | False |
Output format.
属性 | 值 |
---|---|
默认值: | json |
接受的值: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
增加日志记录详细程度。 使用 --debug 获取完整的调试日志。
属性 | 值 |
---|---|
默认值: | False |
az databricks workspace wait
将 CLI 置于等待状态,直到满足条件。
az databricks workspace wait [--created]
[--custom]
[--deleted]
[--exists]
[--ids]
[--interval]
[--name]
[--resource-group]
[--subscription]
[--timeout]
[--updated]
可选参数
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
等待在“Succeeded”中使用“provisioningState”创建。
属性 | 值 |
---|---|
Parameter group: | Wait Condition Arguments |
默认值: | False |
等待条件满足自定义 JMESPath 查询。 例如 provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running']。
属性 | 值 |
---|---|
Parameter group: | Wait Condition Arguments |
等到删除为止。
属性 | 值 |
---|---|
Parameter group: | Wait Condition Arguments |
默认值: | False |
等待资源存在。
属性 | 值 |
---|---|
Parameter group: | Wait Condition Arguments |
默认值: | False |
一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。
属性 | 值 |
---|---|
Parameter group: | Resource Id Arguments |
轮询间隔(以秒为单位)。
属性 | 值 |
---|---|
Parameter group: | Wait Condition Arguments |
默认值: | 30 |
工作区的名称。
属性 | 值 |
---|---|
Parameter group: | Resource Id Arguments |
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
属性 | 值 |
---|---|
Parameter group: | Resource Id Arguments |
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
属性 | 值 |
---|---|
Parameter group: | Resource Id Arguments |
最大等待(以秒为单位)。
属性 | 值 |
---|---|
Parameter group: | Wait Condition Arguments |
默认值: | 3600 |
等到 provisioningState 更新为“Succeeded”。
属性 | 值 |
---|---|
Parameter group: | Wait Condition Arguments |
默认值: | False |
全局参数
提高日志记录详细程度以显示所有调试日志。
属性 | 值 |
---|---|
默认值: | False |
显示此帮助消息并退出。
仅显示错误,禁止显示警告。
属性 | 值 |
---|---|
默认值: | False |
Output format.
属性 | 值 |
---|---|
默认值: | json |
接受的值: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
增加日志记录详细程度。 使用 --debug 获取完整的调试日志。
属性 | 值 |
---|---|
默认值: | False |