Show / Hide Table of Contents

Class AppServiceBackupSchedule

Inheritance
System.Object
AppServiceBackupSchedule
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.AppService.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AppServiceBackupSchedule

Fields

View Source

FrequencyInterval

Sets how often the backup should be executed.

Declaration
public readonly int FrequencyInterval
Field Value
Type Description
System.Int32
View Source

FrequencyUnit

Sets the unit of time for how often the backup should be executed. Possible values are Day or Hour.

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

KeepAtLeastOneBackup

Should at least one backup always be kept in the Storage Account by the Retention Policy, regardless of how old it is?

Declaration
public readonly bool? KeepAtLeastOneBackup
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

RetentionPeriodInDays

Specifies the number of days after which Backups should be deleted.

Declaration
public readonly int? RetentionPeriodInDays
Field Value
Type Description
System.Nullable<System.Int32>
View Source

StartTime

Sets when the schedule should start working.

Declaration
public readonly string StartTime
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.