IScheduleUpdate.Type Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Supported type this scheduled task represents.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduledType) }, ReadOnly=false, Required=false, SerializedName="type")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduledType? Type { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Supported type this scheduled task represents.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduledType) }, ReadOnly=false, Required=false, SerializedName="type")>]
member this.Type : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduledType> with get, set
Public Property Type As Nullable(Of ScheduledType)

Property Value

Attributes

Applies to