Class IntegrationRuntimeComputePropertiesResponse


  • public final class IntegrationRuntimeComputePropertiesResponse
    extends java.lang.Object
    • Method Detail

      • location

        public java.util.Optional<java.lang.String> location()
        Returns:
        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

        public java.util.Optional<java.lang.Integer> maxParallelExecutionsPerNode()
        Returns:
        Maximum parallel executions count per node for managed integration runtime.
      • nodeSize

        public java.util.Optional<java.lang.String> nodeSize()
        Returns:
        The node size requirement to managed integration runtime.
      • numberOfNodes

        public java.util.Optional<java.lang.Integer> numberOfNodes()
        Returns:
        The required number of nodes for managed integration runtime.