Show / Hide Table of Contents

Class VirtualMachineAutoPatchingArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualMachineAutoPatchingArgs
Inherited Members
ResourceArgs.Empty
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 Source

VirtualMachineAutoPatchingArgs()

Declaration
public VirtualMachineAutoPatchingArgs()

Properties

View Source

DayOfWeek

The day of week to apply the patch on.

Declaration
public Input<string> DayOfWeek { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MaintenanceWindowDurationInMinutes

The size of the Maintenance Window in minutes.

Declaration
public Input<int> MaintenanceWindowDurationInMinutes { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.