Class PolicyVMBackup
Inheritance
System.Object
PolicyVMBackup
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 PolicyVMBackup
Fields
View SourceFrequency
Sets the backup frequency. Must be either Daily orWeekly.
Declaration
public readonly string Frequency
Field Value
| Type | Description |
|---|---|
| System.String |
Time
The time of day to perform the backup in 24hour format.
Declaration
public readonly string Time
Field Value
| Type | Description |
|---|---|
| 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> |