你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
az storage-mover endpoint
注意
此参考是 Azure CLI(版本 2.57.0 或更高版本)的存储移动扩展的一部分。 该扩展将在首次运行 az storage-mover endpoint 命令时自动安装。 详细了解扩展。
管理终结点资源,它表示数据传输源或目标。
命令
名称 | 说明 | 类型 | Status |
---|---|---|---|
az storage-mover endpoint create-for-nfs |
为 nfs 创建终结点资源。 |
扩展 | GA |
az storage-mover endpoint create-for-smb |
创建用于 smb 装载的终结点资源。 |
扩展 | GA |
az storage-mover endpoint create-for-storage-container |
为存储 Blob 容器创建终结点资源。 |
扩展 | GA |
az storage-mover endpoint create-for-storage-smb-file-share |
为存储 smb 文件共享创建终结点资源。 |
扩展 | GA |
az storage-mover endpoint delete |
删除终结点资源。 |
扩展 | GA |
az storage-mover endpoint list |
列出存储移动器中的所有终结点。 |
扩展 | GA |
az storage-mover endpoint show |
获取终结点资源。 |
扩展 | GA |
az storage-mover endpoint update-for-nfs |
更新 nfs 的终结点资源。 |
扩展 | GA |
az storage-mover endpoint update-for-smb |
更新用于 smb 装载的终结点资源。 |
扩展 | GA |
az storage-mover endpoint update-for-storage-container |
更新存储 Blob 容器的终结点资源。 |
扩展 | GA |
az storage-mover endpoint update-for-storage-smb-file-share |
更新存储 smb 文件共享的终结点资源。 |
扩展 | GA |
az storage-mover endpoint wait |
将 CLI 置于等待状态,直到满足条件。 |
扩展 | GA |
az storage-mover endpoint create-for-nfs
为 nfs 创建终结点资源。
az storage-mover endpoint create-for-nfs --endpoint-name
--export
--host
--resource-group
--storage-mover-name
[--description]
[--nfs-version {NFSauto, NFSv3, NFSv4}]
示例
endpoint create-for-nfs
az storage-mover endpoint create-for-nfs -g "rg" --storage-mover-name "mover_name" -n "endpoint_nfs" --description endpointDesc --export exportfolder --nfs-version NFSv4 --host "vm_ip"
必需参数
终结点资源的名称。
要从服务器导出的目录。
导出文件系统的服务器主机名或 IP 地址。
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
存储移动器资源的名称。
可选参数
终结点的说明。
NFS 协议版本。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az storage-mover endpoint create-for-smb
创建用于 smb 装载的终结点资源。
az storage-mover endpoint create-for-smb --endpoint-name
--host
--resource-group
--share-name
--storage-mover-name
[--description]
[--password-uri]
[--username-uri]
示例
endpoint create-for-smb
az storage-mover endpoint create-for-smb -g "rg" --storage-mover-name "mover_name" -n "endpoint_smb" --description endpointSmbDesc --share-name "smb_share_name" --username-uri username --password-uri Password!23 --host "vm_ip"
必需参数
终结点资源的名称。
导出文件系统的服务器主机名或 IP 地址。
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
要从服务器导出的 SMB 共享的名称。
存储移动器资源的名称。
可选参数
终结点的说明。
存储密码的 Azure 密钥库机密 URI。 使用空字符串清理现有值。
存储用户名的 Azure 密钥库机密 URI。 使用空字符串清理现有值。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az storage-mover endpoint create-for-storage-container
为存储 Blob 容器创建终结点资源。
az storage-mover endpoint create-for-storage-container --container-name
--endpoint-name
--resource-group
--storage-account-id
--storage-mover-name
[--description]
示例
endpoint create-for-storage-container
az storage-mover endpoint create-for-storage-container -g "rg" --storage-mover-name "mover_name" -n "endpoint_container" --container-name "container_name" --storage-account-id "account_id" --description endpointDesc
必需参数
目标目标的存储 Blob 容器的名称。
终结点资源的名称。
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
目标目标的存储帐户的 Azure 资源 ID。
存储移动器资源的名称。
可选参数
终结点的说明。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az storage-mover endpoint create-for-storage-smb-file-share
为存储 smb 文件共享创建终结点资源。
az storage-mover endpoint create-for-storage-smb-file-share --endpoint-name
--file-share-name
--resource-group
--storage-account-id
--storage-mover-name
[--description]
示例
endpoint create-for-storage-smb-file-share
az storage-mover endpoint create-for-storage-smb-file-share -g "rg" --storage-mover-name "mover_name" -n "endpoint_file_share" --file-share-name "file_share_name" --storage-account-id "account_id" --description endpointFileShareDesc
必需参数
终结点资源的名称。
Azure 存储文件共享的名称。
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
目标目标的存储帐户的 Azure 资源 ID。
存储移动器资源的名称。
可选参数
终结点的说明。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az storage-mover endpoint delete
删除终结点资源。
az storage-mover endpoint delete [--endpoint-name]
[--ids]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--resource-group]
[--storage-mover-name]
[--subscription]
[--yes]
示例
终结点删除
az storage-mover endpoint delete -g {rg} --storage-mover-name {mover_name} -n {endpoint_nfs}
可选参数
终结点资源的名称。
一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。
不等待长时间运行的操作完成。
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
存储移动器资源的名称。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
不提示确认。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az storage-mover endpoint list
列出存储移动器中的所有终结点。
az storage-mover endpoint list --resource-group
--storage-mover-name
[--max-items]
[--next-token]
示例
终结点列表
az storage-mover endpoint list -g {rg} --storage-mover-name {mover_name}
必需参数
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
存储移动器资源的名称。
可选参数
命令输出中要返回的项总数。 如果可用的项总数大于指定的值,则会在命令的输出中提供令牌。 若要恢复分页,请在后续命令的参数中 --next-token
提供令牌值。
用于指定开始分页的位置的令牌。 这是先前截断的响应中的令牌值。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az storage-mover endpoint show
获取终结点资源。
az storage-mover endpoint show [--endpoint-name]
[--ids]
[--resource-group]
[--storage-mover-name]
[--subscription]
示例
终结点显示
az storage-mover endpoint show -g {rg} --storage-mover-name {mover_name} -n {endpoint_nfs}
可选参数
终结点资源的名称。
一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
存储移动器资源的名称。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az storage-mover endpoint update-for-nfs
更新 nfs 的终结点资源。
az storage-mover endpoint update-for-nfs --endpoint-name
--resource-group
--storage-mover-name
[--description]
示例
endpoint update-for-nfs
az storage-mover endpoint update-for-nfs -g "rg" --storage-mover-name "mover_name" -n "endpoint_nfs" --description endpointDescUpdate
必需参数
终结点资源的名称。
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
存储移动器资源的名称。
可选参数
终结点的说明。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az storage-mover endpoint update-for-smb
更新用于 smb 装载的终结点资源。
az storage-mover endpoint update-for-smb --endpoint-name
--resource-group
--storage-mover-name
[--description]
[--password-uri]
[--username-uri]
示例
endpoint update-for-smb
az storage-mover endpoint update-for-smb -g "rg" --storage-mover-name "mover_name" -n "endpoint_smb" --description endpointSmbDescUpdate
必需参数
终结点资源的名称。
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
存储移动器资源的名称。
可选参数
终结点的说明。
存储密码的 Azure 密钥库机密 URI。 使用空字符串清理现有值。
存储用户名的 Azure 密钥库机密 URI。 使用空字符串清理现有值。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az storage-mover endpoint update-for-storage-container
更新存储 Blob 容器的终结点资源。
az storage-mover endpoint update-for-storage-container --endpoint-name
--resource-group
--storage-mover-name
[--description]
示例
endpoint update-for-storage-container
az storage-mover endpoint update-for-storage-container -g "rg" --storage-mover-name "mover_name" -n "endpoint_container" --description endpointDescUpdate
必需参数
终结点资源的名称。
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
存储移动器资源的名称。
可选参数
终结点的说明。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az storage-mover endpoint update-for-storage-smb-file-share
更新存储 smb 文件共享的终结点资源。
az storage-mover endpoint update-for-storage-smb-file-share --endpoint-name
--resource-group
--storage-mover-name
[--description]
示例
endpoint update-for-storage-smb-file-share
az storage-mover endpoint update-for-storage-smb-file-share -g "rg" --storage-mover-name "mover_name" -n "endpoint_file_share" --description endpointFileShareDescUpdate
必需参数
终结点资源的名称。
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
存储移动器资源的名称。
可选参数
终结点的说明。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。
az storage-mover endpoint wait
将 CLI 置于等待状态,直到满足条件。
az storage-mover endpoint wait [--created]
[--custom]
[--deleted]
[--endpoint-name]
[--exists]
[--ids]
[--interval]
[--resource-group]
[--storage-mover-name]
[--subscription]
[--timeout]
[--updated]
可选参数
等待在“Succeeded”中使用“provisioningState”创建。
等待条件满足自定义 JMESPath 查询。 例如 provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running']。
等到删除为止。
终结点资源的名称。
等待资源存在。
一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。
轮询间隔(以秒为单位)。
资源组的名称。 可以使用 az configure --defaults group=<name>
配置默认组。
存储移动器资源的名称。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
最大等待(以秒为单位)。
等到 provisioningState 更新为“Succeeded”。
全局参数
提高日志记录详细程度以显示所有调试日志。
显示此帮助消息并退出。
只显示错误,取消显示警告。
输出格式。
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID
配置默认订阅。
提高日志记录详细程度。 使用 --debug 获取完整的调试日志。