SynapseAnalyticsArtifactsClient.GetActivityRuns Method
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.
public System.Collections.Generic.List<Azure.Analytics.Synapse.Artifacts.Models.ActivityRunsQueryResponse> GetActivityRuns (string pipelineName, string runId, Azure.Analytics.Synapse.Artifacts.Models.RunFilterParameters filterParameters);
member this.GetActivityRuns : string * string * Azure.Analytics.Synapse.Artifacts.Models.RunFilterParameters -> System.Collections.Generic.List<Azure.Analytics.Synapse.Artifacts.Models.ActivityRunsQueryResponse>
Public Function GetActivityRuns (pipelineName As String, runId As String, filterParameters As RunFilterParameters) As List(Of ActivityRunsQueryResponse)
Parameters
- pipelineName
- String
- runId
- String
- filterParameters
- RunFilterParameters