Class LinkedServiceResource


public final class LinkedServiceResource extends SubResource
Linked service resource type.
  • Constructor Details

    • LinkedServiceResource

      public LinkedServiceResource()
  • Method Details

    • getProperties

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

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