Class ManagedIntegrationRuntime

java.lang.Object
com.azure.resourcemanager.datafactory.models.IntegrationRuntime
com.azure.resourcemanager.datafactory.models.ManagedIntegrationRuntime

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

    • ManagedIntegrationRuntime

      public ManagedIntegrationRuntime()
  • Method Details

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

      public ManagedIntegrationRuntime withDescription(String description)
      Set the description property: Integration runtime description.
      Overrides:
      withDescription in class IntegrationRuntime
      Parameters:
      description - the description value to set.
      Returns:
      the IntegrationRuntime 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.
    • validate

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