Class ManagedIntegrationRuntimeTypeProperties


  • public final class ManagedIntegrationRuntimeTypeProperties
    extends Object
    Managed integration runtime type properties.
    • Constructor Detail

      • ManagedIntegrationRuntimeTypeProperties

        public ManagedIntegrationRuntimeTypeProperties()
    • Method Detail

      • computeProperties

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

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

        public IntegrationRuntimeSsisProperties ssisProperties()
        Get the ssisProperties property: SSIS properties for managed integration runtime.
        Returns:
        the ssisProperties value.
      • 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 ManagedIntegrationRuntimeTypeProperties 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 ManagedIntegrationRuntimeTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.