Bagikan melalui


SavedSearchesListResult Constructors

Definition

Overloads

SavedSearchesListResult()

Initializes a new instance of the SavedSearchesListResult class.

SavedSearchesListResult(IList<SavedSearch>)

Initializes a new instance of the SavedSearchesListResult class.

SavedSearchesListResult()

Initializes a new instance of the SavedSearchesListResult class.

public SavedSearchesListResult ();
Public Sub New ()

Applies to

SavedSearchesListResult(IList<SavedSearch>)

Initializes a new instance of the SavedSearchesListResult class.

public SavedSearchesListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch> value = default);
new Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchesListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch> -> Microsoft.Azure.Management.OperationalInsights.Models.SavedSearchesListResult
Public Sub New (Optional value As IList(Of SavedSearch) = Nothing)

Parameters

value
IList<SavedSearch>

The array of result values.

Applies to