Class IntegrationRuntimeResourceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.synapse.models.AzureEntityResource
com.azure.resourcemanager.synapse.models.EntityResource
com.azure.resourcemanager.synapse.fluent.models.IntegrationRuntimeResourceInner

public final class IntegrationRuntimeResourceInner extends EntityResource
Integration runtime resource type.
  • Constructor Details

    • IntegrationRuntimeResourceInner

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

    • properties

      public IntegrationRuntime properties()
      Get the properties property: Integration runtime properties.
      Returns:
      the properties value.
    • withProperties

      public IntegrationRuntimeResourceInner withProperties(IntegrationRuntime properties)
      Set the properties property: Integration runtime properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the IntegrationRuntimeResourceInner object itself.
    • validate

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