PSSavedSearchParameters Constructor
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.
public PSSavedSearchParameters (string resourceGroupName, string workspaceName, string savedSearchId, string category, string displayName, string query, long? version, string functionAlias, string functionParameter, string eTag, System.Collections.Hashtable tags);
new Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchParameters : string * string * string * string * string * string * Nullable<int64> * string * string * string * System.Collections.Hashtable -> Microsoft.Azure.Commands.OperationalInsights.Models.PSSavedSearchParameters
Public Sub New (resourceGroupName As String, workspaceName As String, savedSearchId As String, category As String, displayName As String, query As String, version As Nullable(Of Long), functionAlias As String, functionParameter As String, eTag As String, tags As Hashtable)
Parameters
- resourceGroupName
- String
- workspaceName
- String
- savedSearchId
- String
- category
- String
- displayName
- String
- query
- String
- functionAlias
- String
- functionParameter
- String
- eTag
- String
- tags
- Hashtable