次の方法で共有


UpdateIntegrationRuntimeRequest コンストラクター

定義

オーバーロード

UpdateIntegrationRuntimeRequest()

UpdateIntegrationRuntimeRequest クラスの新しいインスタンスを初期化します。

UpdateIntegrationRuntimeRequest(String, String)

UpdateIntegrationRuntimeRequest クラスの新しいインスタンスを初期化します。

UpdateIntegrationRuntimeRequest()

UpdateIntegrationRuntimeRequest クラスの新しいインスタンスを初期化します。

public UpdateIntegrationRuntimeRequest ();
Public Sub New ()

適用対象

UpdateIntegrationRuntimeRequest(String, String)

UpdateIntegrationRuntimeRequest クラスの新しいインスタンスを初期化します。

public UpdateIntegrationRuntimeRequest (string autoUpdate = default, string updateDelayOffset = default);
new Microsoft.Azure.Management.Synapse.Models.UpdateIntegrationRuntimeRequest : string * string -> Microsoft.Azure.Management.Synapse.Models.UpdateIntegrationRuntimeRequest
Public Sub New (Optional autoUpdate As String = Nothing, Optional updateDelayOffset As String = Nothing)

パラメーター

autoUpdate
String

セルフホステッド統合ランタイムの自動更新機能を有効または無効にします。 「https://go.microsoft.com/fwlink/?linkid=854189」を参照してください。 使用可能な値は次のとおりです: 'On'、'Off'

updateDelayOffset
String

1 日の時間オフセット (時間単位) (PT03H など) は 3 時間です。 統合ランタイムの自動更新は、その時点で行われます。

適用対象