DesktopVirtualizationCreateDeleteProperties Class
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 properties that control how Scaling will manage the size of the hostpool by creating and deleting hosts.
public class DesktopVirtualizationCreateDeleteProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DesktopVirtualization.Models.DesktopVirtualizationCreateDeleteProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DesktopVirtualization.Models.DesktopVirtualizationCreateDeleteProperties>
type DesktopVirtualizationCreateDeleteProperties = class
interface IJsonModel<DesktopVirtualizationCreateDeleteProperties>
interface IPersistableModel<DesktopVirtualizationCreateDeleteProperties>
Public Class DesktopVirtualizationCreateDeleteProperties
Implements IJsonModel(Of DesktopVirtualizationCreateDeleteProperties), IPersistableModel(Of DesktopVirtualizationCreateDeleteProperties)
- Inheritance
-
DesktopVirtualizationCreateDeleteProperties
- Implements
Constructors
| Name | Description |
|---|---|
| DesktopVirtualizationCreateDeleteProperties() |
Initializes a new instance of DesktopVirtualizationCreateDeleteProperties. |
Properties
| Name | Description |
|---|---|
| RampDownMaximumHostPoolSize |
Maximum number of session hosts that may be created by the Scaling Service. This requires the assigned hostpool to have a session host config property. |
| RampDownMinimumHostPoolSize |
Minimum number of session hosts that will be be created by the Scaling Service. Scaling will not delete any hosts when this limit is met. This requires the assigned hostpool to have a session host config property. |
| RampUpMaximumHostPoolSize |
Maximum number of session hosts that may be created by the Scaling Service. This requires the assigned hostpool to have a session host config property. |
| RampUpMinimumHostPoolSize |
Minimum number of session hosts that will be be created by the Scaling Service. Scaling will not delete any hosts when this limit is met. This requires the assigned hostpool to have a session host config property. |