IntegrationRuntimeComputeProperties 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
IntegrationRuntimeComputeProperties() |
Initializes a new instance of the IntegrationRuntimeComputeProperties class. |
IntegrationRuntimeComputeProperties(IDictionary<String,Object>, String, String, Nullable<Int32>, Nullable<Int32>, IntegrationRuntimeDataFlowProperties, IntegrationRuntimeVNetProperties) |
Initializes a new instance of the IntegrationRuntimeComputeProperties class. |
IntegrationRuntimeComputeProperties()
Initializes a new instance of the IntegrationRuntimeComputeProperties class.
public IntegrationRuntimeComputeProperties ();
Public Sub New ()
Applies to
IntegrationRuntimeComputeProperties(IDictionary<String,Object>, String, String, Nullable<Int32>, Nullable<Int32>, IntegrationRuntimeDataFlowProperties, IntegrationRuntimeVNetProperties)
Initializes a new instance of the IntegrationRuntimeComputeProperties class.
public IntegrationRuntimeComputeProperties (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string location = default, string nodeSize = default, int? numberOfNodes = default, int? maxParallelExecutionsPerNode = default, Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeDataFlowProperties dataFlowProperties = default, Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeVNetProperties vNetProperties = default);
new Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeComputeProperties : System.Collections.Generic.IDictionary<string, obj> * string * string * Nullable<int> * Nullable<int> * Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeDataFlowProperties * Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeVNetProperties -> Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeComputeProperties
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional location As String = Nothing, Optional nodeSize As String = Nothing, Optional numberOfNodes As Nullable(Of Integer) = Nothing, Optional maxParallelExecutionsPerNode As Nullable(Of Integer) = Nothing, Optional dataFlowProperties As IntegrationRuntimeDataFlowProperties = Nothing, Optional vNetProperties As IntegrationRuntimeVNetProperties = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- location
- String
The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities
- nodeSize
- String
The node size requirement to managed integration runtime.
Maximum parallel executions count per node for managed integration runtime.
- dataFlowProperties
- IntegrationRuntimeDataFlowProperties
Data flow properties for managed integration runtime.
- vNetProperties
- IntegrationRuntimeVNetProperties
VNet properties for managed integration runtime.
Applies to
Azure SDK for .NET