Show / Hide Table of Contents

Class AppServiceBackupScheduleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AppServiceBackupScheduleArgs
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.AppService.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AppServiceBackupScheduleArgs : ResourceArgs

Constructors

View Source

AppServiceBackupScheduleArgs()

Declaration
public AppServiceBackupScheduleArgs()

Properties

View Source

FrequencyInterval

Sets how often the backup should be executed.

Declaration
public Input<int> FrequencyInterval { get; set; }
Property Value
Type Description
Input<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 Input<string> FrequencyUnit { get; set; }
Property Value
Type Description
Input<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 Input<bool> KeepAtLeastOneBackup { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

RetentionPeriodInDays

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

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

StartTime

Sets when the schedule should start working.

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