IAgentUpdatePatchProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.AgentUpdatePatchPropertiesTypeConverter))]
public interface IAgentUpdatePatchProperties : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.AgentUpdatePatchPropertiesTypeConverter))>]
type IAgentUpdatePatchProperties = interface
interface IJsonSerializable
Public Interface IAgentUpdatePatchProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
MaintenanceWindow |
List of maintenance windows. Maintenance windows are 2 hours long. |
MaintenanceWindowTimeZone |
Time zone for maintenance as defined in https://docs.microsoft.com/en-us/dotnet/api/system.timezoneinfo.findsystemtimezonebyid?view=net-5.0. Must be set if useLocalTime is true. |
Type |
The type of maintenance for session host components. |
UseSessionHostLocalTime |
Whether to use localTime of the virtual machine. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |