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