RuntimeScriptAction Class

Describes a script action on a running cluster.

Variables are only populated by the server, and will be ignored when sending a request.

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

Inheritance
RuntimeScriptAction

Constructor

RuntimeScriptAction(*, name: str, uri: str, roles: List[str], parameters: Optional[str] = None, **kwargs)

Parameters

name
str
Required

Required. The name of the script action.

uri
str
Required

Required. The URI to the script.

parameters
str
Required

The parameters for the script.

roles
list[str]
Required

Required. The list of roles where script will be executed.

Variables

application_name
str

The application name of the script action, if any.