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.
      • 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.
      • referenceName

        public String referenceName()
        Get the referenceName property: The reference name of the managed virtual network.
        Returns:
        the referenceName value.
      • withReferenceName

        public ManagedIntegrationRuntime withReferenceName​(String referenceName)
        Set the referenceName property: The reference name of the managed virtual network.
        Parameters:
        referenceName - the referenceName value to set.
        Returns:
        the ManagedIntegrationRuntime object itself.
      • typeManagedVirtualNetworkType

        public String typeManagedVirtualNetworkType()
        Get the type property: The type of the managed virtual network.
        Returns:
        the type value.
      • withTypeManagedVirtualNetworkType

        public ManagedIntegrationRuntime withTypeManagedVirtualNetworkType​(String type)
        Set the type property: The type of the managed virtual network.
        Parameters:
        type - the type value to set.
        Returns:
        the ManagedIntegrationRuntime object itself.
      • id

        public String id()
        Get the id property: The id of the managed virtual network.
        Returns:
        the id value.
      • withId

        public ManagedIntegrationRuntime withId​(String id)
        Set the id property: The id of the managed virtual network.
        Parameters:
        id - the id value to set.
        Returns:
        the ManagedIntegrationRuntime object itself.