SelfHostedIntegrationRuntime Constructors
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.
Overloads
SelfHostedIntegrationRuntime() |
Initializes a new instance of the SelfHostedIntegrationRuntime class. |
SelfHostedIntegrationRuntime(IDictionary<String,Object>, String, LinkedIntegrationRuntimeType) |
Initializes a new instance of the SelfHostedIntegrationRuntime class. |
SelfHostedIntegrationRuntime()
Initializes a new instance of the SelfHostedIntegrationRuntime class.
public SelfHostedIntegrationRuntime ();
Public Sub New ()
Applies to
SelfHostedIntegrationRuntime(IDictionary<String,Object>, String, LinkedIntegrationRuntimeType)
Initializes a new instance of the SelfHostedIntegrationRuntime class.
public SelfHostedIntegrationRuntime (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntimeType linkedInfo = default);
new Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntime : System.Collections.Generic.IDictionary<string, obj> * string * Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntimeType -> Microsoft.Azure.Management.Synapse.Models.SelfHostedIntegrationRuntime
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional linkedInfo As LinkedIntegrationRuntimeType = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- description
- String
Integration runtime description.
- linkedInfo
- LinkedIntegrationRuntimeType
Linked integration runtime type from data factory
Applies to
Azure SDK for .NET