ScheduleBasedTriggerContext.ScheduleRepeatingTimeInterval 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.
Repeating time intervals that define the backup schedule.
Each value must follow the format: R/YYYY-MM-DDThh:mm:ss[.fff][Z|(+/-)hh:mm]/Duration
Only the exact formats listed below are supported. Other ISO 8601 variations are not accepted.
Supported time formats:
Thh:mm:ss.fff(with milliseconds)Thh:mm:ss(with seconds)Thh:mm(hours and minutes only) A timezone indicator (Z,+hh:mm, or-hh:mm) may be appended to any of the above. Unsupported formats include compact notation such asT1430,T143045, orT14.5. Examples:R/2023-10-15T14:30:00Z/P1WR/2023-10-15T14:30:45.123+05:30/P1DR/2023-10-15T14:30Z/P1D
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Origin(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PropertyOrigin.Inlined)]
public string[] ScheduleRepeatingTimeInterval { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Origin(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.PropertyOrigin.Inlined)>]
member this.ScheduleRepeatingTimeInterval : string[] with get, set
Public Property ScheduleRepeatingTimeInterval As String()
Property Value
Implements
- Attributes