RunCommandRequest Class

run command request.

All required parameters must be populated in order to send to Azure.

Inheritance
RunCommandRequest

Constructor

RunCommandRequest(*, command: str, context: Optional[str] = None, cluster_token: Optional[str] = None, **kwargs)

Variables

command
str

Required. command to run.

context
str

base64 encoded zip file, contains files required by the command.

cluster_token
str

AuthToken issued for AKS AAD Server App.