你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RunCommandRequest interface
A run command request
Properties
cluster |
AuthToken issued for AKS AAD Server App. |
command | The command to run. |
context | A base64 encoded zip file containing the files required by the command. |
Property Details
clusterToken
AuthToken issued for AKS AAD Server App.
clusterToken?: string
Property Value
string
command
The command to run.
command: string
Property Value
string
context
A base64 encoded zip file containing the files required by the command.
context?: string
Property Value
string