IBackupSchedule.RepeatingTimeInterval Property

Definition

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 as T1430, T143045, or T14.5. Examples:
  • R/2023-10-15T14:30:00Z/P1W
  • R/2023-10-15T14:30:45.123+05:30/P1D
  • R/2023-10-15T14:30Z/P1D
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Repeating time intervals that define the backup schedule.\r\n\r\n        Each value must follow the format: `R/YYYY-MM-DDThh:mm:ss[.fff][Z|(+/-)hh:mm]/Duration`\r\n\r\n        Only the exact formats listed below are supported. Other ISO 8601 variations are not accepted.\r\n\r\n        Supported time formats:\r\n        - `Thh:mm:ss.fff` (with milliseconds)\r\n        - `Thh:mm:ss` (with seconds)\r\n        - `Thh:mm` (hours and minutes only)\r\n\r\n        A timezone indicator (`Z`, `+hh:mm`, or `-hh:mm`) may be appended to any of the above.\r\n\r\n        Unsupported formats include compact notation such as `T1430`, `T143045`, or `T14.5`.\r\n\r\n        Examples:\r\n        - `R/2023-10-15T14:30:00Z/P1W`\r\n        - `R/2023-10-15T14:30:45.123+05:30/P1D`\r\n        - `R/2023-10-15T14:30Z/P1D`", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="repeatingTimeIntervals")]
public string[] RepeatingTimeInterval { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Repeating time intervals that define the backup schedule.\r\n\r\n        Each value must follow the format: `R/YYYY-MM-DDThh:mm:ss[.fff][Z|(+/-)hh:mm]/Duration`\r\n\r\n        Only the exact formats listed below are supported. Other ISO 8601 variations are not accepted.\r\n\r\n        Supported time formats:\r\n        - `Thh:mm:ss.fff` (with milliseconds)\r\n        - `Thh:mm:ss` (with seconds)\r\n        - `Thh:mm` (hours and minutes only)\r\n\r\n        A timezone indicator (`Z`, `+hh:mm`, or `-hh:mm`) may be appended to any of the above.\r\n\r\n        Unsupported formats include compact notation such as `T1430`, `T143045`, or `T14.5`.\r\n\r\n        Examples:\r\n        - `R/2023-10-15T14:30:00Z/P1W`\r\n        - `R/2023-10-15T14:30:45.123+05:30/P1D`\r\n        - `R/2023-10-15T14:30Z/P1D`", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="repeatingTimeIntervals")>]
member this.RepeatingTimeInterval : string[] with get, set
Public Property RepeatingTimeInterval As String()

Property Value

String[]
Attributes

Applies to