RunCommandRequest Class
A 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. The command to run.
- context
- str
A base64 encoded zip file containing the files required by the command.
- cluster_token
- str
AuthToken issued for AKS AAD Server App.
Feedback
Submit and view feedback for