IntegrationRuntimeObjectMetadataOperationsExtensions.BeginRefreshAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.SsisObjectMetadataStatusResponse> BeginRefreshAsync (this Microsoft.Azure.Management.Synapse.IIntegrationRuntimeObjectMetadataOperations operations, string resourceGroupName, string workspaceName, string integrationRuntimeName, System.Threading.CancellationToken cancellationToken = default);
static member BeginRefreshAsync : Microsoft.Azure.Management.Synapse.IIntegrationRuntimeObjectMetadataOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.SsisObjectMetadataStatusResponse>
<Extension()>
Public Function BeginRefreshAsync (operations As IIntegrationRuntimeObjectMetadataOperations, resourceGroupName As String, workspaceName As String, integrationRuntimeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SsisObjectMetadataStatusResponse)

パラメーター

operations
IIntegrationRuntimeObjectMetadataOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName
String

ワークスペースの名前。

integrationRuntimeName
String

統合ランタイムの名前

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

統合ランタイムでオブジェクト メタデータを更新する

適用対象