IScriptExecutionHistoryOperations Interface

Definition

ScriptExecutionHistoryOperations operations.

public interface IScriptExecutionHistoryOperations
type IScriptExecutionHistoryOperations = interface
Public Interface IScriptExecutionHistoryOperations

Methods

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

Lists all scripts' execution history for the specified cluster.

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

Lists all scripts' execution history for the specified cluster.

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

Promotes the specified ad-hoc script execution to a persisted script.

Extension Methods

ListByCluster(IScriptExecutionHistoryOperations, String, String)

Lists all scripts' execution history for the specified cluster.

ListByClusterAsync(IScriptExecutionHistoryOperations, String, String, CancellationToken)

Lists all scripts' execution history for the specified cluster.

ListByClusterNext(IScriptExecutionHistoryOperations, String)

Lists all scripts' execution history for the specified cluster.

ListByClusterNextAsync(IScriptExecutionHistoryOperations, String, CancellationToken)

Lists all scripts' execution history for the specified cluster.

Promote(IScriptExecutionHistoryOperations, String, String, String)

Promotes the specified ad-hoc script execution to a persisted script.

PromoteAsync(IScriptExecutionHistoryOperations, String, String, String, CancellationToken)

Promotes the specified ad-hoc script execution to a persisted script.

Applies to