ScriptActionsOperations Class
ScriptActionsOperations operations.
You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.
Constructor
ScriptActionsOperations(client, config, serializer, deserializer)
Parameters
Name | Description |
---|---|
client
Required
|
Client for service requests. |
config
Required
|
Configuration of service client. |
serializer
Required
|
An object model serializer. |
deserializer
Required
|
An object model deserializer. |
Variables
Name | Description |
---|---|
models
|
Alias to model classes used in this operation group. |
Methods
delete |
Deletes a specified persisted script action of the cluster. |
get_execution_async_operation_status |
Gets the async operation status of execution operation. |
get_execution_detail |
Gets the script execution detail for the given script execution ID. |
list_by_cluster |
Lists all the persisted script actions for the specified cluster. |
delete
Deletes a specified persisted script action of the cluster.
delete(resource_group_name: str, cluster_name: str, script_name: str, **kwargs: Any) -> None
Parameters
Name | Description |
---|---|
resource_group_name
Required
|
The name of the resource group. |
cluster_name
Required
|
The name of the cluster. |
script_name
Required
|
The name of the script. |
Keyword-Only Parameters
Name | Description |
---|---|
cls
|
A custom type or function that will be passed the direct response |
Returns
Type | Description |
---|---|
None, or the result of cls(response) |
Exceptions
Type | Description |
---|---|
get_execution_async_operation_status
Gets the async operation status of execution operation.
get_execution_async_operation_status(resource_group_name: str, cluster_name: str, operation_id: str, **kwargs: Any) -> _models.AsyncOperationResult
Parameters
Name | Description |
---|---|
resource_group_name
Required
|
The name of the resource group. |
cluster_name
Required
|
The name of the cluster. |
operation_id
Required
|
The long running operation id. |
Keyword-Only Parameters
Name | Description |
---|---|
cls
|
A custom type or function that will be passed the direct response |
Returns
Type | Description |
---|---|
AsyncOperationResult, or the result of cls(response) |
Exceptions
Type | Description |
---|---|
get_execution_detail
Gets the script execution detail for the given script execution ID.
get_execution_detail(resource_group_name: str, cluster_name: str, script_execution_id: str, **kwargs: Any) -> _models.RuntimeScriptActionDetail
Parameters
Name | Description |
---|---|
resource_group_name
Required
|
The name of the resource group. |
cluster_name
Required
|
The name of the cluster. |
script_execution_id
Required
|
The script execution Id. |
Keyword-Only Parameters
Name | Description |
---|---|
cls
|
A custom type or function that will be passed the direct response |
Returns
Type | Description |
---|---|
RuntimeScriptActionDetail, or the result of cls(response) |
Exceptions
Type | Description |
---|---|
list_by_cluster
Lists all the persisted script actions for the specified cluster.
list_by_cluster(resource_group_name: str, cluster_name: str, **kwargs: Any) -> Iterable['_models.ScriptActionsList']
Parameters
Name | Description |
---|---|
resource_group_name
Required
|
The name of the resource group. |
cluster_name
Required
|
The name of the cluster. |
Keyword-Only Parameters
Name | Description |
---|---|
cls
|
A custom type or function that will be passed the direct response |
Returns
Type | Description |
---|---|
An iterator like instance of either ScriptActionsList or the result of cls(response) |
Exceptions
Type | Description |
---|---|
Attributes
models
models = <module 'azure.mgmt.hdinsight.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.10\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv131\\Lib\\site-packages\\azure\\mgmt\\hdinsight\\models\\__init__.py'>
Azure SDK for Python