Freigeben über


IntegrationRuntimeObjectMetadataOperationsExtensions.BeginRefreshAsync Methode

Definition

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: