Interface SavedSearchesListResult


public interface SavedSearchesListResult
An immutable client-side representation of SavedSearchesListResult.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.SavedSearchesListResultInner object.
    Gets the value property: The array of result values.
  • Method Details

    • value

      List<SavedSearch> value()
      Gets the value property: The array of result values.
      Returns:
      the value value.
    • innerModel

      Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.SavedSearchesListResultInner object.
      Returns:
      the inner object.