PSSavedSearchValue 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
PSSavedSearchValue() | |
PSSavedSearchValue(SavedSearch) |
PSSavedSearchValue()
public PSSavedSearchValue ();
Public Sub New ()
Applies to
PSSavedSearchValue(SavedSearch)
public PSSavedSearchValue (Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch v);
new Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchValue : Microsoft.Azure.Management.OperationalInsights.Models.SavedSearch -> Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchValue
Public Sub New (v As SavedSearch)