Show / Hide Table of Contents

Class PolicyVMBackupArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PolicyVMBackupArgs
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.Backup.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PolicyVMBackupArgs : ResourceArgs

Constructors

View Source

PolicyVMBackupArgs()

Declaration
public PolicyVMBackupArgs()

Properties

View Source

Frequency

Sets the backup frequency. Must be either Daily orWeekly.

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

Time

The time of day to perform the backup in 24hour format.

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

Weekdays

The weekday backups to retain . Must be one of Sunday, Monday, Tuesday, Wednesday, Thursday, Friday or Saturday.

Declaration
public InputList<string> Weekdays { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.