LogsCmdletBase.ProcessParticularParameters(String) Method
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.
Process the parameters defined by the descendants of this class
protected abstract string ProcessParticularParameters(string currentQueryFilter);
abstract member ProcessParticularParameters : string -> string
Protected MustOverride Function ProcessParticularParameters (currentQueryFilter As String) As String
Parameters
- currentQueryFilter
- String
The current query filter
Returns
The query filter with the conditions for particular parameters added