API Reference
Class
LocalGpoComparison
Represents differences between two snapshots.
Inheritance
- Object
- LocalGpoComparison
Constructors
public LocalGpoComparison(IReadOnlyList<PolEntry> added, IReadOnlyList<PolEntry> removed, IReadOnlyList<ValueTuple<PolEntry, PolEntry>> changed) #Initializes a new instance of the LocalGpoComparison class.
Parameters
- added System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoLocal.PolEntry}
- Entries added in the second snapshot.
- removed System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoLocal.PolEntry}
- Entries removed from the first snapshot.
- changed System.Collections.Generic.IReadOnlyList{System.ValueTuple{ADPlayground.Gpo.GpoLocal.PolEntry,ADPlayground.Gpo.GpoLocal.PolEntry}}
- Entries that changed between snapshots.