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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET