IntegrationRuntimeObjectMetadataOperationsExtensions.ListAsync Méthode
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.
Obtenir les métadonnées de l’objet runtime d’intégration
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.SsisObjectMetadataListResponse> ListAsync (this Microsoft.Azure.Management.Synapse.IIntegrationRuntimeObjectMetadataOperations operations, string resourceGroupName, string workspaceName, string integrationRuntimeName, Microsoft.Azure.Management.Synapse.Models.GetSsisObjectMetadataRequest getMetadataRequest = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Synapse.IIntegrationRuntimeObjectMetadataOperations * string * string * string * Microsoft.Azure.Management.Synapse.Models.GetSsisObjectMetadataRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.SsisObjectMetadataListResponse>
<Extension()>
Public Function ListAsync (operations As IIntegrationRuntimeObjectMetadataOperations, resourceGroupName As String, workspaceName As String, integrationRuntimeName As String, Optional getMetadataRequest As GetSsisObjectMetadataRequest = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SsisObjectMetadataListResponse)
- operations
- IIntegrationRuntimeObjectMetadataOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- workspaceName
- String
Nom de l’espace de travail.
- integrationRuntimeName
- String
Nom du runtime d’intégration
- getMetadataRequest
- GetSsisObjectMetadataRequest
Paramètres permettant d’obtenir les métadonnées d’un objet SSIS.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Obtenir des métadonnées d’objet à partir d’un runtime d’intégration
Commentaires sur Azure SDK for .NET
Azure SDK for .NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :