Utilities.ExtractCollectionFromResult 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.
public static void ExtractCollectionFromResult (this System.Collections.Generic.IEnumerator<Microsoft.Azure.Management.Monitor.Models.EventData> enumerator, bool fullDetails, System.Collections.Generic.List<Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData> records, Func<Microsoft.Azure.Management.Monitor.Models.EventData,bool> keepTheRecord);
static member ExtractCollectionFromResult : System.Collections.Generic.IEnumerator<Microsoft.Azure.Management.Monitor.Models.EventData> * bool * System.Collections.Generic.List<Microsoft.Azure.Commands.Insights.OutputClasses.PSEventData> * Func<Microsoft.Azure.Management.Monitor.Models.EventData, bool> -> unit
<Extension()>
Public Sub ExtractCollectionFromResult (enumerator As IEnumerator(Of EventData), fullDetails As Boolean, records As List(Of PSEventData), keepTheRecord As Func(Of EventData, Boolean))
Parameters
- enumerator
- IEnumerator<EventData>
- fullDetails
- Boolean
- records
- List<PSEventData>