IPipelineOperations 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.
PipelineOperations operations.
public interface IPipelineOperations
type IPipelineOperations = interface
Public Interface IPipelineOperations
Methods
GetWithHttpMessagesAsync(String, Guid, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Dictionary<String,List<String>>, CancellationToken) |
Gets the Pipeline information for the specified pipeline ID. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Lists all pipelines. |
ListWithHttpMessagesAsync(String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Dictionary<String,List<String>>, CancellationToken) |
Lists all pipelines. |
Extension Methods
Get(IPipelineOperations, String, Guid, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Gets the Pipeline information for the specified pipeline ID. |
GetAsync(IPipelineOperations, String, Guid, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, CancellationToken) |
Gets the Pipeline information for the specified pipeline ID. |
List(IPipelineOperations, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>) |
Lists all pipelines. |
ListAsync(IPipelineOperations, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, CancellationToken) |
Lists all pipelines. |
ListNext(IPipelineOperations, String) |
Lists all pipelines. |
ListNextAsync(IPipelineOperations, String, CancellationToken) |
Lists all pipelines. |
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