IntegrationRuntimesOperationsExtensions.SyncCredentialsAsync メソッド

定義

統合ランタイムで統合ランタイム ノード間で資格情報を強制的に同期すると、すべてのワーカー ノードの資格情報がディスパッチャー ノードで使用可能な資格情報にオーバーライドされます。 最新の資格情報バックアップ ファイルが既にある場合は、この API を直接使用するよりも、セルフホステッド統合ランタイム ノードに手動でインポート (推奨) する必要があります。

public static System.Threading.Tasks.Task SyncCredentialsAsync (this Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations operations, string resourceGroupName, string factoryName, string integrationRuntimeName, System.Threading.CancellationToken cancellationToken = default);
static member SyncCredentialsAsync : Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SyncCredentialsAsync (operations As IIntegrationRuntimesOperations, resourceGroupName As String, factoryName As String, integrationRuntimeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IIntegrationRuntimesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

integrationRuntimeName
String

統合ランタイム名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象