IBackupSchedule.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.Functions.PSArgumentCompleter(new System.String[] { "Day", "Hour" })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, 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(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="frequencyUnit", Update=true)]
public string FrequencyUnit { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "Day", "Hour" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, 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(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="frequencyUnit", Update=true)>]
member this.FrequencyUnit : string with get, set
Public Property FrequencyUnit As String

Property Value

Attributes

Applies to