HostPoolUpdateConfigurationProperties(Int32, Int32) Constructor
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.
Initializes a new instance of HostPoolUpdateConfigurationProperties.
public HostPoolUpdateConfigurationProperties(int maxVmsRemoved, int logOffDelayMinutes);
new Azure.ResourceManager.DesktopVirtualization.Models.HostPoolUpdateConfigurationProperties : int * int -> Azure.ResourceManager.DesktopVirtualization.Models.HostPoolUpdateConfigurationProperties
Public Sub New (maxVmsRemoved As Integer, logOffDelayMinutes As Integer)
Parameters
- maxVmsRemoved
- Int32
The maximum number of virtual machines to be removed during hostpool update.
- logOffDelayMinutes
- Int32
Grace period before logging off users in minutes.