Class ManagedIntegrationRuntime


  • public final class ManagedIntegrationRuntime
    extends IntegrationRuntime
    Managed integration runtime, including managed elastic and managed dedicated integration runtimes.
    • Constructor Detail

      • ManagedIntegrationRuntime

        public ManagedIntegrationRuntime()
    • Method Detail

      • state

        public IntegrationRuntimeState state()
        Get the state property: Integration runtime state, only valid for managed dedicated integration runtime.
        Returns:
        the state value.
      • managedVirtualNetwork

        public ManagedVirtualNetworkReference managedVirtualNetwork()
        Get the managedVirtualNetwork property: Managed Virtual Network reference.
        Returns:
        the managedVirtualNetwork value.
      • withManagedVirtualNetwork

        public ManagedIntegrationRuntime withManagedVirtualNetwork​(ManagedVirtualNetworkReference managedVirtualNetwork)
        Set the managedVirtualNetwork property: Managed Virtual Network reference.
        Parameters:
        managedVirtualNetwork - the managedVirtualNetwork value to set.
        Returns:
        the ManagedIntegrationRuntime object itself.
      • computeProperties

        public IntegrationRuntimeComputeProperties computeProperties()
        Get the computeProperties property: The compute resource for managed integration runtime.
        Returns:
        the computeProperties value.
      • withComputeProperties

        public ManagedIntegrationRuntime withComputeProperties​(IntegrationRuntimeComputeProperties computeProperties)
        Set the computeProperties property: The compute resource for managed integration runtime.
        Parameters:
        computeProperties - the computeProperties value to set.
        Returns:
        the ManagedIntegrationRuntime object itself.
      • ssisProperties

        public IntegrationRuntimeSsisProperties ssisProperties()
        Get the ssisProperties property: SSIS properties for managed integration runtime.
        Returns:
        the ssisProperties value.
      • withSsisProperties

        public ManagedIntegrationRuntime withSsisProperties​(IntegrationRuntimeSsisProperties ssisProperties)
        Set the ssisProperties property: SSIS properties for managed integration runtime.
        Parameters:
        ssisProperties - the ssisProperties value to set.
        Returns:
        the ManagedIntegrationRuntime object itself.
      • customerVirtualNetwork

        public IntegrationRuntimeCustomerVirtualNetwork customerVirtualNetwork()
        Get the customerVirtualNetwork property: The name of virtual network to which Azure-SSIS integration runtime will join.
        Returns:
        the customerVirtualNetwork value.
      • withCustomerVirtualNetwork

        public ManagedIntegrationRuntime withCustomerVirtualNetwork​(IntegrationRuntimeCustomerVirtualNetwork customerVirtualNetwork)
        Set the customerVirtualNetwork property: The name of virtual network to which Azure-SSIS integration runtime will join.
        Parameters:
        customerVirtualNetwork - the customerVirtualNetwork value to set.
        Returns:
        the ManagedIntegrationRuntime object itself.