IScheduleBasedTriggerContext.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 interval which only support the following ISO 8601 format [R/startDateTime/Duration]. Example: R/2007-03-01T13:00:00Z/P1Y2M10DT2H30M
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Repeating time interval which only support the following ISO 8601 format [R/startDateTime/Duration]. Example: R/2007-03-01T13:00:00Z/P1Y2M10DT2H30M", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="repeatingTimeIntervals")]
public string[] ScheduleRepeatingTimeInterval { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Repeating time interval which only support the following ISO 8601 format [R/startDateTime/Duration]. Example: R/2007-03-01T13:00:00Z/P1Y2M10DT2H30M", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="repeatingTimeIntervals")>]
member this.ScheduleRepeatingTimeInterval : string[] with get, set
Public Property ScheduleRepeatingTimeInterval As String()
Property Value
- Attributes