LogsCmdletBase.ProcessParameters Method

Definition

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

Applies to