IWorkflowTrigger.ScheduleMonthDay Property

Definition

The month days.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="The month days.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="monthDays", Update=false)]
public System.Collections.Generic.List<int> ScheduleMonthDay { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="The month days.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="monthDays", Update=false)>]
member this.ScheduleMonthDay : System.Collections.Generic.List<int>
Public ReadOnly Property ScheduleMonthDay As List(Of Integer)

Property Value

Attributes

Applies to