AnalyticsSynapseArtifactsModelFactory.LinkConnectionQueryTableStatus 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 LinkConnectionQueryTableStatus.
public static Azure.Analytics.Synapse.Artifacts.Models.LinkConnectionQueryTableStatus LinkConnectionQueryTableStatus(System.Collections.Generic.IEnumerable<Azure.Analytics.Synapse.Artifacts.Models.LinkTableStatus> value = default, object continuationToken = default);
static member LinkConnectionQueryTableStatus : seq<Azure.Analytics.Synapse.Artifacts.Models.LinkTableStatus> * obj -> Azure.Analytics.Synapse.Artifacts.Models.LinkConnectionQueryTableStatus
Public Shared Function LinkConnectionQueryTableStatus (Optional value As IEnumerable(Of LinkTableStatus) = Nothing, Optional continuationToken As Object = Nothing) As LinkConnectionQueryTableStatus
Parameters
- value
- IEnumerable<LinkTableStatus>
Link tables' status.
- continuationToken
- Object
Continuation token to query table status.
Returns
A new LinkConnectionQueryTableStatus instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET