Show / Hide Table of Contents

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 Source

Frequency

Sets the backup frequency. Must be either Daily orWeekly.

Declaration
public readonly string Frequency
Field Value
Type Description
System.String
View Source

Time

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

Declaration
public readonly string Time
Field Value
Type Description
System.String
View Source

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