IntegrationRuntimesOperationsExtensions.UpdateAsync メソッド

定義

統合ランタイムを更新する

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

パラメーター

operations
IIntegrationRuntimesOperations

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

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前。

integrationRuntimeName
String

統合ランタイムの名前

updateIntegrationRuntimeRequest
UpdateIntegrationRuntimeRequest

統合ランタイムを更新するためのパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

統合ランタイムを更新する

適用対象