RunCommandRequest interface
运行命令请求
属性
| cluster |
为 AKS AAD 服务器应用颁发的 AuthToken。 |
| command | 要运行的命令。 |
| context | 包含命令所需的文件的 base64 编码 zip 文件。 |
属性详细信息
clusterToken
为 AKS AAD 服务器应用颁发的 AuthToken。
clusterToken?: string
属性值
string
command
要运行的命令。
command: string
属性值
string
context
包含命令所需的文件的 base64 编码 zip 文件。
context?: string
属性值
string