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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET