SynapseIntegrationRuntimeComputeProperties 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 SynapseIntegrationRuntimeComputeProperties
type SynapseIntegrationRuntimeComputeProperties = class
Public Class SynapseIntegrationRuntimeComputeProperties
- Inheritance
-
SynapseIntegrationRuntimeComputeProperties
Constructors
SynapseIntegrationRuntimeComputeProperties() |
Initializes a new instance of SynapseIntegrationRuntimeComputeProperties. |
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
DataFlowProperties |
Data flow properties for managed integration runtime. |
Location |
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 |
Maximum parallel executions count per node for managed integration runtime. |
NodeSize |
The node size requirement to managed integration runtime. |
NumberOfNodes |
The required number of nodes for managed integration runtime. |
VnetProperties |
VNet properties for managed integration runtime. |
Applies to
Azure SDK for .NET