IntegrationRuntimeObjectMetadataOperationsExtensions.BeginRefreshAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Aktualisieren Sie die Metadaten eines SSIS-Integration Runtime-Objekts.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.SsisObjectMetadataStatusResponse> BeginRefreshAsync (this Microsoft.Azure.Management.DataFactory.IIntegrationRuntimeObjectMetadataOperations operations, string resourceGroupName, string factoryName, string integrationRuntimeName, System.Threading.CancellationToken cancellationToken = default);
static member BeginRefreshAsync : Microsoft.Azure.Management.DataFactory.IIntegrationRuntimeObjectMetadataOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.SsisObjectMetadataStatusResponse>
<Extension()>
Public Function BeginRefreshAsync (operations As IIntegrationRuntimeObjectMetadataOperations, resourceGroupName As String, factoryName As String, integrationRuntimeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SsisObjectMetadataStatusResponse)
Parameter
- operations
- IIntegrationRuntimeObjectMetadataOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- factoryName
- String
Der Factoryname.
- integrationRuntimeName
- String
Der Name der Integration Runtime.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET