Class LinkedServiceDebugResource

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

public final class LinkedServiceDebugResource extends SubResourceDebugResource
Linked service debug resource.
  • Constructor Details

    • LinkedServiceDebugResource

      public LinkedServiceDebugResource()
  • Method Details

    • getProperties

      public LinkedService getProperties()
      Get the properties property: Properties of linked service.
      Returns:
      the properties value.
    • setProperties

      public LinkedServiceDebugResource setProperties(LinkedService properties)
      Set the properties property: Properties of linked service.
      Parameters:
      properties - the properties value to set.
      Returns:
      the LinkedServiceDebugResource object itself.
    • setName

      public LinkedServiceDebugResource 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.