次の方法で共有


IntegrationRuntimeObjectMetadataOperationsExtensions.BeginRefreshAsync メソッド

定義

SSIS 統合ランタイム オブジェクトのメタデータを更新します。

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)

パラメーター

operations
IIntegrationRuntimeObjectMetadataOperations

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

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

integrationRuntimeName
String

統合ランタイム名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象