다음을 통해 공유


ScriptActionsOperationsExtensions Class

Definition

Extension methods for ScriptActionsOperations.

public static class ScriptActionsOperationsExtensions
type ScriptActionsOperationsExtensions = class
Public Module ScriptActionsOperationsExtensions
Inheritance
ScriptActionsOperationsExtensions

Methods

Delete(IScriptActionsOperations, String, String, String)

Deletes a specified persisted script action of the cluster.

DeleteAsync(IScriptActionsOperations, String, String, String, CancellationToken)

Deletes a specified persisted script action of the cluster.

GetExecutionAsyncOperationStatus(IScriptActionsOperations, String, String, String)

Gets the async operation status of execution operation.

GetExecutionAsyncOperationStatusAsync(IScriptActionsOperations, String, String, String, CancellationToken)

Gets the async operation status of execution operation.

GetExecutionDetail(IScriptActionsOperations, String, String, String)

Gets the script execution detail for the given script execution ID.

GetExecutionDetailAsync(IScriptActionsOperations, String, String, String, CancellationToken)

Gets the script execution detail for the given script execution ID.

ListByCluster(IScriptActionsOperations, String, String)

Lists all the persisted script actions for the specified cluster.

ListByClusterAsync(IScriptActionsOperations, String, String, CancellationToken)

Lists all the persisted script actions for the specified cluster.

ListByClusterNext(IScriptActionsOperations, String)

Lists all the persisted script actions for the specified cluster.

ListByClusterNextAsync(IScriptActionsOperations, String, CancellationToken)

Lists all the persisted script actions for the specified cluster.

Applies to