Interface PipelineRunsQueryResponse
-
public interface PipelineRunsQueryResponse
An immutable client-side representation of PipelineRunsQueryResponse.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
continuationToken()
Gets the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.PipelineRunsQueryResponseInner
innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.PipelineRunsQueryResponseInner object.List<PipelineRun>
value()
Gets the value property: List of pipeline runs.
-
-
-
Method Detail
-
value
List<PipelineRun> value()
Gets the value property: List of pipeline runs.- Returns:
- the value value.
-
continuationToken
String continuationToken()
Gets the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.- Returns:
- the continuationToken value.
-
innerModel
PipelineRunsQueryResponseInner innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.PipelineRunsQueryResponseInner object.- Returns:
- the inner object.
-
-