API Reference
Enum
BenchmarkChangeImpact
Describes operational impact that must be shown and governed before a benchmark change.
Inheritance
- Enum
- BenchmarkChangeImpact
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
- Field BenchmarkChangeImpact.ClusterCoordinated
- Field BenchmarkChangeImpact.ComputerRestart
- Field BenchmarkChangeImpact.DataPlaneInterruption
- Field BenchmarkChangeImpact.None
- Field BenchmarkChangeImpact.OrganizationWide
- Field BenchmarkChangeImpact.SecuritySensitive
- Field BenchmarkChangeImpact.ServiceRestart
- Property BenchmarkControlBinding.ChangeImpact
- Property BenchmarkRemediationPlanChange.ChangeImpact
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
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
- provider IFormatProvider
Values
public const BenchmarkChangeImpact ServiceRestart #A Windows service or product service restart can be required.
Value:
1public const BenchmarkChangeImpact DataPlaneInterruption #The change can interrupt application or data-plane traffic.
Value:
4public const BenchmarkChangeImpact OrganizationWide #The change affects an organization-wide configuration scope.
Value:
8public const BenchmarkChangeImpact ClusterCoordinated #The change must be coordinated across a cluster or availability group.
Value:
16public const BenchmarkChangeImpact SecuritySensitive #The change modifies authentication, authorization, or another security-sensitive boundary.
Value:
32