IScriptActionsOperations Interface

Definition

ScriptActionsOperations operations.

public interface IScriptActionsOperations
type IScriptActionsOperations = interface
Public Interface IScriptActionsOperations

Methods

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a specified persisted script action of the cluster.

GetExecutionAsyncOperationStatusWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the async operation status of execution operation.

GetExecutionDetailWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByClusterNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the persisted script actions for the specified cluster.

ListByClusterWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists all the persisted script actions for the specified cluster.

Extension 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