API Reference
Enum
DirectoryScenarioOutputProfile
Defines output shaping profiles for directory read scenarios.
Inheritance
- Enum
- DirectoryScenarioOutputProfile
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ComputerCatalogScenarioOptions.Profile
- Property ComputerReportingScenarioResult.Profile
- Property DirectoryCatalogScenarioResult.Profile
- Field DirectoryScenarioOutputProfile.FullReport
- Field DirectoryScenarioOutputProfile.Inventory
- Field DirectoryScenarioOutputProfile.OperationalDetail
- Field DirectoryScenarioOutputProfile.Summary
- Property GroupCatalogScenarioOptions.Profile
- Property GroupReportingScenarioResult.Profile
- Property UserCatalogScenarioOptions.Profile
- Property UserReportingScenarioResult.Profile
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const DirectoryScenarioOutputProfile Inventory #Fast inventory profile with minimal fields and joins.
Value:
0public const DirectoryScenarioOutputProfile Summary #Aggregate/summary profile intended for reporting.
Value:
1public const DirectoryScenarioOutputProfile OperationalDetail #Operational investigation profile with focused detail.
Value:
2public const DirectoryScenarioOutputProfile FullReport #Full export profile for scheduled report pipelines.
Value:
3