Class LinkedServiceResource


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

      • LinkedServiceResource

        public LinkedServiceResource()
    • Method Detail

      • 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.