AnalyticsSynapseArtifactsModelFactory.TriggerRunsQueryResponse 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.
Initializes a new instance of TriggerRunsQueryResponse.
public static Azure.Analytics.Synapse.Artifacts.Models.TriggerRunsQueryResponse TriggerRunsQueryResponse (System.Collections.Generic.IEnumerable<Azure.Analytics.Synapse.Artifacts.Models.TriggerRun> value = default, string continuationToken = default);
static member TriggerRunsQueryResponse : seq<Azure.Analytics.Synapse.Artifacts.Models.TriggerRun> * string -> Azure.Analytics.Synapse.Artifacts.Models.TriggerRunsQueryResponse
Public Shared Function TriggerRunsQueryResponse (Optional value As IEnumerable(Of TriggerRun) = Nothing, Optional continuationToken As String = Nothing) As TriggerRunsQueryResponse
Parameters
- value
- IEnumerable<TriggerRun>
List of trigger runs.
- continuationToken
- String
The continuation token for getting the next page of results, if any remaining results exist, null otherwise.
Returns
A new TriggerRunsQueryResponse instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET