Integration Runtime Compute Properties Response
data class IntegrationRuntimeComputePropertiesResponse(val dataFlowProperties: IntegrationRuntimeDataFlowPropertiesResponse? = null, val location: String? = null, val maxParallelExecutionsPerNode: Int? = null, val nodeSize: String? = null, val numberOfNodes: Int? = null, val vNetProperties: IntegrationRuntimeVNetPropertiesResponse? = null)
The compute resource properties for managed integration runtime.
Constructors
Link copied to clipboard
fun IntegrationRuntimeComputePropertiesResponse(dataFlowProperties: IntegrationRuntimeDataFlowPropertiesResponse? = null, location: String? = null, maxParallelExecutionsPerNode: Int? = null, nodeSize: String? = null, numberOfNodes: Int? = null, vNetProperties: IntegrationRuntimeVNetPropertiesResponse? = null)