SavedSearchesListResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET