LogsCmdletBase.ProcessParameters 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 general parameters (i.e. defined in this class) and the particular parameters (i.e. the parameters added by the descendants of this class).
protected string ProcessParameters();
member this.ProcessParameters : unit -> string
Protected Function ProcessParameters () As String
Returns
The final query filter to be used by the cmdlet