IBackupSchedule.FrequencyUnit Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="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)", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FrequencyUnit) }, ReadOnly=false, Required=true, SerializedName="frequencyUnit")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FrequencyUnit FrequencyUnit { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="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)", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FrequencyUnit) }, ReadOnly=false, Required=true, SerializedName="frequencyUnit")>]
member this.FrequencyUnit : Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FrequencyUnit with get, set
Public Property FrequencyUnit As FrequencyUnit

Property Value

Attributes

Applies to