Class ManagedIntegrationRuntimeTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.ManagedIntegrationRuntimeTypeProperties

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

    • ManagedIntegrationRuntimeTypeProperties

      public ManagedIntegrationRuntimeTypeProperties()
  • Method Details

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

      Set the ssisProperties property: SSIS properties for managed integration runtime.
      Parameters:
      ssisProperties - the ssisProperties value to set.
      Returns:
      the ManagedIntegrationRuntimeTypeProperties 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 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.