AnalyticsSynapseArtifactsModelFactory.SqlPoolInfoListResult 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 SqlPoolInfoListResult.
public static Azure.Analytics.Synapse.Artifacts.Models.SqlPoolInfoListResult SqlPoolInfoListResult(string nextLink = default, System.Collections.Generic.IEnumerable<Azure.Analytics.Synapse.Artifacts.Models.SqlPool> value = default);
static member SqlPoolInfoListResult : string * seq<Azure.Analytics.Synapse.Artifacts.Models.SqlPool> -> Azure.Analytics.Synapse.Artifacts.Models.SqlPoolInfoListResult
Public Shared Function SqlPoolInfoListResult (Optional nextLink As String = Nothing, Optional value As IEnumerable(Of SqlPool) = Nothing) As SqlPoolInfoListResult
Parameters
- nextLink
- String
Link to the next page of results.
- value
- IEnumerable<SqlPool>
List of SQL pools.
Returns
A new SqlPoolInfoListResult instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET