WorkerSizeOption 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.
Size of the machines. Serialized Name: WorkerSizeOptions
public enum WorkerSizeOption
type WorkerSizeOption =
Public Enum WorkerSizeOption
- Inheritance
-
WorkerSizeOption
Fields
| Name | Value | Description |
|---|---|---|
| Small | 0 | Small Serialized Name: WorkerSizeOptions.Small |
| Medium | 1 | Medium Serialized Name: WorkerSizeOptions.Medium |
| Large | 2 | Large Serialized Name: WorkerSizeOptions.Large |
| D1 | 3 | D1 Serialized Name: WorkerSizeOptions.D1 |
| D2 | 4 | D2 Serialized Name: WorkerSizeOptions.D2 |
| D3 | 5 | D3 Serialized Name: WorkerSizeOptions.D3 |
| SmallV3 | 6 | SmallV3 Serialized Name: WorkerSizeOptions.SmallV3 |
| MediumV3 | 7 | MediumV3 Serialized Name: WorkerSizeOptions.MediumV3 |
| LargeV3 | 8 | LargeV3 Serialized Name: WorkerSizeOptions.LargeV3 |
| NestedSmall | 9 | NestedSmall Serialized Name: WorkerSizeOptions.NestedSmall |
| NestedSmallLinux | 10 | NestedSmallLinux Serialized Name: WorkerSizeOptions.NestedSmallLinux |
| Default | 11 | Default Serialized Name: WorkerSizeOptions.Default |