azcopy jobs cleanazcopy jobs clean
删除所有作业的所有日志和计划文件Remove all log and plan files for all jobs
azcopy jobs clean [flags]
相关概念性文章Related conceptual articles
- AzCopy 入门Get started with AzCopy
- 使用 AzCopy 和 Blob 存储传输数据Transfer data with AzCopy and Blob storage
- 使用 AzCopy 和文件存储传输数据Transfer data with AzCopy and file storage
- 对 AzCopy 进行配置、优化和故障排除Configure, optimize, and troubleshoot AzCopy
示例Examples
azcopy jobs clean --with-status=completed
选项Options
--help - clean 命令的帮助。--help Help for clean.
--with-status - 字符串。仅删除具有此状态的作业,可用值:Canceled
、Completed
、Failed
、InProgress
、All
(默认值 All
)--with-status string Only remove the jobs with this status, available values: Canceled
, Completed
, Failed
, InProgress
, All
(default All
)
从父命令继承的选项Options inherited from parent commands
--cap-mbps float - 限制传输速率(以兆位/秒为单位)。--cap-mbps float Caps the transfer rate, in megabits per second. 瞬间吞吐量可能与上限略有不同。Moment-by-moment throughput might vary slightly from the cap. 如果此选项设置为零,或者省略,则吞吐量不受限制。If this option is set to zero, or it is omitted, the throughput isn't capped.
--output-type 字符串 命令输出的格式。--output-type string Format of the command's output. 选项包括:text、json。The choices include: text, json. 默认值为“text”。The default value is 'text'. (默认值为“text”)(default "text")
--trusted-microsoft-suffixes 字符串指定可向其中发送 Azure Active Directory 登录令牌的其他域后缀。--trusted-microsoft-suffixes string Specifies additional domain suffixes where Azure Active Directory login tokens may be sent. 默认值为“.core.windows.net;.core.chinacloudapi.cn;.core.cloudapi.de;.core.usgovcloudapi.net” 。The default is '.core.windows.net;.core.chinacloudapi.cn;.core.cloudapi.de;.core.usgovcloudapi.net'. 此处列出的任何内容都会添加到默认值。Any listed here are added to the default. 为安全起见,应只在此处放置 Azure 域。For security, you should only put Azure domains here. 用分号分隔多个条目。Separate multiple entries with semi-colons.