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

CommandPublicResource interface

表示命令的资源

属性

arguments

要运行的命令的参数

cassandraStopStart

如果为 true,请在执行命令之前停止 cassandra,然后再次启动它

command

应运行的命令

commandId

命令的唯一 ID

host

要运行命令的 cassandra 主机的 IP 地址

isAdmin

命令是否具有管理员权限

outputFile

写入结果的文件的名称。

readWrite

如果为 true,则允许命令 写入 cassandra 目录,否则为只读。

result

命令的结果输出。

status

命令的状态。

属性详细信息

arguments

要运行的命令的参数

arguments?: Record<string, unknown>

属性值

Record<string, unknown>

cassandraStopStart

如果为 true,请在执行命令之前停止 cassandra,然后再次启动它

cassandraStopStart?: boolean

属性值

boolean

command

应运行的命令

command?: string

属性值

string

commandId

命令的唯一 ID

commandId?: string

属性值

string

host

要运行命令的 cassandra 主机的 IP 地址

host?: string

属性值

string

isAdmin

命令是否具有管理员权限

isAdmin?: boolean

属性值

boolean

outputFile

写入结果的文件的名称。

outputFile?: string

属性值

string

readWrite

如果为 true,则允许命令 写入 cassandra 目录,否则为只读。

readWrite?: boolean

属性值

boolean

result

命令的结果输出。

result?: string

属性值

string

status

命令的状态。

status?: string

属性值

string