ArmSynapseModelFactory.SynapseManagedIntegrationRuntimeNode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
- nodeId
- String
The managed integration runtime node id.
The managed integration runtime node status.
The errors that occurred on this integration runtime node.
- additionalProperties
- IReadOnlyDictionary<String,BinaryData>
Additional Properties.
Returns
A new SynapseManagedIntegrationRuntimeNode instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET