Class ManagedIntegrationRuntime

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

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

    • ManagedIntegrationRuntime

      public ManagedIntegrationRuntime()
      Creates an instance of ManagedIntegrationRuntime class.
  • Method Details

    • state

      public IntegrationRuntimeState state()
      Get the state property: Integration runtime state, only valid for managed dedicated integration runtime.
      Returns:
      the state value.
    • 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.
    • 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.
    • validate

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