PipelineOperationsExtensions Class
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.
Extension methods for PipelineOperations.
public static class PipelineOperationsExtensions
type PipelineOperationsExtensions = class
Public Module PipelineOperationsExtensions
- Inheritance
-
PipelineOperationsExtensions
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