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