Pipelines Interface
public interface Pipelines
An instance of this class provides access to all the operations defined in Pipelines.
Method Summary
Method Details
get
public JobPipelineInformation get(String accountName, UUID pipelineIdentity)
Gets the Pipeline information for the specified pipeline ID.
Parameters:
Returns:
Throws:
get
public JobPipelineInformation get(String accountName, UUID pipelineIdentity, DateTime startDateTime, DateTime endDateTime)
Gets the Pipeline information for the specified pipeline ID.
Parameters:
Returns:
Throws:
getAsync
public Observable
Gets the Pipeline information for the specified pipeline ID.
Parameters:
Returns:
Throws:
getAsync
public Observable
Gets the Pipeline information for the specified pipeline ID.
Parameters:
Returns:
Throws:
getAsync
public ServiceFuture
Gets the Pipeline information for the specified pipeline ID.
Parameters:
Returns:
Throws:
getAsync
public ServiceFuture
Gets the Pipeline information for the specified pipeline ID.
Parameters:
Returns:
Throws:
getWithServiceResponseAsync
public Observable
Gets the Pipeline information for the specified pipeline ID.
Parameters:
Returns:
Throws:
getWithServiceResponseAsync
public Observable
Gets the Pipeline information for the specified pipeline ID.
Parameters:
Returns:
Throws:
list
public PagedList
Lists all pipelines.
Parameters:
Returns:
Throws:
list
public PagedList
Lists all pipelines.
Parameters:
Returns:
Throws:
listAsync
public Observable
Lists all pipelines.
Parameters:
Returns:
Throws:
listAsync
public Observable
Lists all pipelines.
Parameters:
Returns:
Throws:
listAsync
public ServiceFuture> listAsync(final String accountName, final DateTime startDateTime, final DateTime endDateTime, final ListOperationCallback
Lists all pipelines.
Parameters:
Returns:
Throws:
listAsync
public ServiceFuture> listAsync(final String accountName, final ListOperationCallback
Lists all pipelines.
Parameters:
Returns:
Throws:
listNext
public PagedList
Lists all pipelines.
Parameters:
Returns:
Throws:
listNextAsync
public Observable
Lists all pipelines.
Parameters:
Returns:
Throws:
listNextAsync
public ServiceFuture> listNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Lists all pipelines.
Parameters:
Returns:
Throws:
listNextWithServiceResponseAsync
public Observable
Lists all pipelines.
Parameters:
Returns:
Throws:
listWithServiceResponseAsync
public Observable
Lists all pipelines.
Parameters:
Returns:
Throws:
listWithServiceResponseAsync
public Observable
Lists all pipelines.
Parameters:
Returns:
Throws:
Applies to
Azure SDK for Java