Class LinkedServiceListResult

java.lang.Object
com.azure.resourcemanager.loganalytics.models.LinkedServiceListResult

public final class LinkedServiceListResult extends Object
The list linked service operation response.
  • Constructor Details

    • LinkedServiceListResult

      public LinkedServiceListResult()
  • Method Details

    • value

      public List<LinkedServiceInner> value()
      Get the value property: The list of linked service instances.
      Returns:
      the value value.
    • withValue

      public LinkedServiceListResult withValue(List<LinkedServiceInner> value)
      Set the value property: The list of linked service instances.
      Parameters:
      value - the value value to set.
      Returns:
      the LinkedServiceListResult object itself.
    • validate

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