Class IntegrationRuntimeDebugResource

java.lang.Object
com.azure.analytics.synapse.artifacts.models.SubResourceDebugResource
com.azure.analytics.synapse.artifacts.models.IntegrationRuntimeDebugResource

public final class IntegrationRuntimeDebugResource extends SubResourceDebugResource
Integration runtime debug resource.
  • Constructor Details

    • IntegrationRuntimeDebugResource

      public IntegrationRuntimeDebugResource()
  • Method Details

    • getProperties

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

      public IntegrationRuntimeDebugResource setProperties(IntegrationRuntime properties)
      Set the properties property: Integration runtime properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the IntegrationRuntimeDebugResource object itself.
    • setName

      public IntegrationRuntimeDebugResource setName(String name)
      Set the name property: The resource name.
      Overrides:
      setName in class SubResourceDebugResource
      Parameters:
      name - the name value to set.
      Returns:
      the SubResourceDebugResource object itself.