AnalyticsSynapseArtifactsModelFactory.IntegrationRuntimeListResponse Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance d’IntegrationRuntimeListResponse.
public static Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeListResponse IntegrationRuntimeListResponse (System.Collections.Generic.IEnumerable<Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeResource> value = default, string nextLink = default);
static member IntegrationRuntimeListResponse : seq<Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeResource> * string -> Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeListResponse
Public Shared Function IntegrationRuntimeListResponse (Optional value As IEnumerable(Of IntegrationRuntimeResource) = Nothing, Optional nextLink As String = Nothing) As IntegrationRuntimeListResponse
Paramètres
Liste des runtimes d’intégration.
- nextLink
- String
Lien vers la page suivante des résultats, s’il existe des résultats restants.
Retours
Une nouvelle IntegrationRuntimeListResponse instance de moqueries.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET