Class AppServiceBackupScheduleArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AppServiceBackupScheduleArgs : ResourceArgs
Constructors
View SourceAppServiceBackupScheduleArgs()
Declaration
public AppServiceBackupScheduleArgs()
Properties
View SourceFrequencyInterval
Sets how often the backup should be executed.
Declaration
public Input<int> FrequencyInterval { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |
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> |
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> |
StartTime
Sets when the schedule should start working.
Declaration
public Input<string> StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |