IntegrationRuntimeComputeProperties Class
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.
The compute resource properties for managed integration runtime.
public class IntegrationRuntimeComputeProperties
type IntegrationRuntimeComputeProperties = class
Public Class IntegrationRuntimeComputeProperties
- Inheritance
-
IntegrationRuntimeComputeProperties
Constructors
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. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
DataFlowProperties |
Gets or sets data flow properties for managed integration runtime. |
Location |
Gets or sets 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 |
MaxParallelExecutionsPerNode |
Gets or sets maximum parallel executions count per node for managed integration runtime. |
NodeSize |
Gets or sets the node size requirement to managed integration runtime. |
NumberOfNodes |
Gets or sets the required number of nodes for managed integration runtime. |
VNetProperties |
Gets or sets vNet properties for managed integration runtime. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET