ResourcePoolParameterType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The types of paramters used in a CREATE/ALTER RESOURCE POOL statement
[System.Serializable]
public enum ResourcePoolParameterType
[<System.Serializable>]
type ResourcePoolParameterType =
Public Enum ResourcePoolParameterType
- Inheritance
-
ResourcePoolParameterType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
MaxCpuPercent | 1 | |
MaxMemoryPercent | 2 | |
MinCpuPercent | 3 | |
MinMemoryPercent | 4 | |
CapCpuPercent | 5 | |
TargetMemoryPercent | 6 | |
MinIoPercent | 7 | |
MaxIoPercent | 8 | |
CapIoPercent | 9 | |
Affinity | 10 | |
MinIopsPerVolume | 11 | |
MaxIopsPerVolume | 12 |