次の方法で共有


ArmSynapseModelFactory.SynapseManagedIntegrationRuntimeNode メソッド

定義

SynapseManagedIntegrationRuntimeNode の新しいインスタンスを初期化します。

public static Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntimeNode SynapseManagedIntegrationRuntimeNode (string nodeId = default, Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntimeNodeStatus? status = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntimeError> errors = default, System.Collections.Generic.IReadOnlyDictionary<string,BinaryData> additionalProperties = default);
static member SynapseManagedIntegrationRuntimeNode : string * Nullable<Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntimeNodeStatus> * seq<Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntimeError> * System.Collections.Generic.IReadOnlyDictionary<string, BinaryData> -> Azure.ResourceManager.Synapse.Models.SynapseManagedIntegrationRuntimeNode
Public Shared Function SynapseManagedIntegrationRuntimeNode (Optional nodeId As String = Nothing, Optional status As Nullable(Of SynapseManagedIntegrationRuntimeNodeStatus) = Nothing, Optional errors As IEnumerable(Of SynapseManagedIntegrationRuntimeError) = Nothing, Optional additionalProperties As IReadOnlyDictionary(Of String, BinaryData) = Nothing) As SynapseManagedIntegrationRuntimeNode

パラメーター

nodeId
String

マネージド統合ランタイム ノード ID。

status
Nullable<SynapseManagedIntegrationRuntimeNodeStatus>

マネージド統合ランタイム ノードの状態。

errors
IEnumerable<SynapseManagedIntegrationRuntimeError>

この統合ランタイム ノードで発生したエラー。

additionalProperties
IReadOnlyDictionary<String,BinaryData>

その他のプロパティ。

戻り値

モック作成用の新しい SynapseManagedIntegrationRuntimeNode インスタンス。

適用対象