LogsCmdletBase.ProcessParticularParameters(String) Method

Definition

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

Applies to