RunCommandRequest interface

執行命令要求

屬性

clusterToken

針對 AKS AAD 伺服器應用程式發出的 AuthToken。

command

要執行的命令。

context

base64 編碼的 zip 檔案,其中包含命令所需的檔案。

屬性詳細資料

clusterToken

針對 AKS AAD 伺服器應用程式發出的 AuthToken。

clusterToken?: string

屬性值

string

command

要執行的命令。

command: string

屬性值

string

context

base64 編碼的 zip 檔案,其中包含命令所需的檔案。

context?: string

屬性值

string