Show / Hide Table of Contents

Class PolicyVMRetentionYearlyGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PolicyVMRetentionYearlyGetArgs
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 PolicyVMRetentionYearlyGetArgs : ResourceArgs

Constructors

View Source

PolicyVMRetentionYearlyGetArgs()

Declaration
public PolicyVMRetentionYearlyGetArgs()

Properties

View Source

Count

The number of yearly backups to keep. Must be between 1 and 9999

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

Months

The months of the year to retain backups of. Must be one of January, February, March, April, May, June, July, Augest, September, October, November and December.

Declaration
public InputList<string> Months { get; set; }
Property Value
Type Description
InputList<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

Weeks

The weeks of the month to retain backups of. Must be one of First, Second, Third, Fourth, Last.

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