IHostPool.AgentUpdateMaintenanceWindow Property
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.
List of maintenance windows. Maintenance windows are 2 hours long.
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="List of maintenance windows. Maintenance windows are 2 hours long.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IMaintenanceWindowProperties) }, ReadOnly=false, Required=false, SerializedName="maintenanceWindows")]
public Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IMaintenanceWindowProperties[] AgentUpdateMaintenanceWindow { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="List of maintenance windows. Maintenance windows are 2 hours long.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IMaintenanceWindowProperties) }, ReadOnly=false, Required=false, SerializedName="maintenanceWindows")>]
member this.AgentUpdateMaintenanceWindow : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IMaintenanceWindowProperties[] with get, set
Public Property AgentUpdateMaintenanceWindow As IMaintenanceWindowProperties()
Property Value
- Attributes