API Reference
Enum
BenchmarkTargetSourceKind
Identifies how a rollout target group obtains its computer names.
Inheritance
- Enum
- BenchmarkTargetSourceKind
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 BenchmarkTargetGroup.SourceKind
- Field BenchmarkTargetSourceKind.ActiveDirectoryGroup
- Field BenchmarkTargetSourceKind.ActiveDirectoryOrganizationalUnit
- Field BenchmarkTargetSourceKind.Explicit
- Field BenchmarkTargetSourceKind.File
- Field BenchmarkTargetSourceKind.ProviderQuery
- Property BenchmarkUnresolvedTargetSource.SourceKind
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 BenchmarkTargetSourceKind Explicit #Computer names are stored directly in the plan.
Value:
0public const BenchmarkTargetSourceKind ActiveDirectoryGroup #The source is an Active Directory security group.
Value:
1public const BenchmarkTargetSourceKind ActiveDirectoryOrganizationalUnit #The source is an Active Directory organizational unit.
Value:
2public const BenchmarkTargetSourceKind File #Computer names are read from a newline-delimited file.
Value:
3public const BenchmarkTargetSourceKind ProviderQuery #An external deployment provider resolves the opaque query.
Value:
4