BackupRequestProperties.BackupScheduleFrequencyUnit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7)
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Inlined)]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.FrequencyUnit? BackupScheduleFrequencyUnit { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Inlined)>]
member this.BackupScheduleFrequencyUnit : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.FrequencyUnit> with get, set
Public Property BackupScheduleFrequencyUnit As Nullable(Of FrequencyUnit)
Property Value
Implements
- Attributes