Share via


BackupSchedule.FrequencyUnit Property

Definition

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.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.FrequencyUnit FrequencyUnit { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)>]
member this.FrequencyUnit : Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.FrequencyUnit with get, set
Public Property FrequencyUnit As FrequencyUnit

Property Value

Implements

Attributes

Applies to