Class VirtualMachineAutoPatchingArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.MSSql.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualMachineAutoPatchingArgs : ResourceArgs
Constructors
View SourceVirtualMachineAutoPatchingArgs()
Declaration
public VirtualMachineAutoPatchingArgs()
Properties
View SourceDayOfWeek
The day of week to apply the patch on.
Declaration
public Input<string> DayOfWeek { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MaintenanceWindowDurationInMinutes
The size of the Maintenance Window in minutes.
Declaration
public Input<int> MaintenanceWindowDurationInMinutes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MaintenanceWindowStartingHour
The Hour, in the Virtual Machine Time-Zone when the patching maintenance window should begin.
Declaration
public Input<int> MaintenanceWindowStartingHour { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |