API Reference
Enum
BenchmarkProviderCapabilities
Declares operations a benchmark provider can perform for a supported resource.
Inheritance
- Enum
- BenchmarkProviderCapabilities
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 BenchmarkProviderCapabilities.Backup
- Field BenchmarkProviderCapabilities.Discover
- Field BenchmarkProviderCapabilities.Export
- Field BenchmarkProviderCapabilities.None
- Field BenchmarkProviderCapabilities.Preview
- Field BenchmarkProviderCapabilities.Read
- Field BenchmarkProviderCapabilities.Restore
- Field BenchmarkProviderCapabilities.Verify
- Field BenchmarkProviderCapabilities.Write
- Property BenchmarkProviderDescriptor.Capabilities
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 BenchmarkProviderCapabilities Discover #The provider can discover target resources.
Value:
1public const BenchmarkProviderCapabilities Preview #The provider can produce an exact proposed change.
Value:
4public const BenchmarkProviderCapabilities Backup #The provider can capture the exact current state before a change.
Value:
8public const BenchmarkProviderCapabilities Verify #The provider can verify the effective value after a write.
Value:
32public const BenchmarkProviderCapabilities Restore #The provider can restore a captured state.
Value:
64public const BenchmarkProviderCapabilities Export #The provider can export desired state for another deployment system.
Value:
128