Class PolicyVMRetentionYearly
Inheritance
System.Object
PolicyVMRetentionYearly
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.Backup.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class PolicyVMRetentionYearly
Fields
View SourceCount
The number of yearly backups to keep. Must be between 1 and 9999
Declaration
public readonly int Count
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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 readonly ImmutableArray<string> Months
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Weekdays
The weekday backups to retain . Must be one of Sunday, Monday, Tuesday, Wednesday, Thursday, Friday or Saturday.
Declaration
public readonly ImmutableArray<string> Weekdays
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Weeks
The weeks of the month to retain backups of. Must be one of First, Second, Third, Fourth, Last.
Declaration
public readonly ImmutableArray<string> Weeks
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |