Ask a question to get started
Enter to sendā¢Shift+Enter new line
execute( self, command: str, *, timeout: int | None = None ) ->
command
str
timeout
int | None
None
Execute a shell command in the Azure Dynamic Sessions sandbox.
Shell command string to execute.
Maximum seconds to wait. Falls back to the instance default if None.