你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageApplianceCommandSpecification interface

StorageApplianceCommandSpecification 表示要运行的命令和可选参数。

属性

arguments

将作为单独参数按顺序传递给脚本的字符串列表。

command

要执行的命令。

属性详细信息

arguments

将作为单独参数按顺序传递给脚本的字符串列表。

arguments?: string[]

属性值

string[]

command

要执行的命令。

command: string

属性值

string