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 SourceFrequencyInterval
Sets how often the backup should be executed.
Declaration
public readonly int FrequencyInterval
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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 |
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> |
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> |
StartTime
Sets when the schedule should start working.
Declaration
public readonly string StartTime
Field Value
| Type | Description |
|---|---|
| System.String |