IJobStepExecutionsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
JobStepExecutionsOperations operations.
public interface IJobStepExecutionsOperations
type IJobStepExecutionsOperations = interface
Public Interface IJobStepExecutionsOperations
Methods
GetWithHttpMessagesAsync(String, String, String, String, Guid, String, Dictionary<String,List<String>>, CancellationToken) |
Gets a step execution of a job execution. |
ListByJobExecutionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Lists the step executions of a job execution. |
ListByJobExecutionWithHttpMessagesAsync(String, String, String, String, Guid, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken) |
Lists the step executions of a job execution. |
Extension Methods
GetAsync(IJobStepExecutionsOperations, String, String, String, String, Guid, String, CancellationToken) |
Gets a step execution of a job execution. |
ListByJobExecutionAsync(IJobStepExecutionsOperations, String, String, String, String, Guid, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, CancellationToken) |
Lists the step executions of a job execution. |
ListByJobExecutionNextAsync(IJobStepExecutionsOperations, String, CancellationToken) |
Lists the step executions of a job execution. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET