你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISchedule.PropertiesType Property

Definition

Supported type this scheduled task represents.

[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? PropertiesType { 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.PropertiesType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.ScheduledType> with get, set
Public Property PropertiesType As Nullable(Of ScheduledType)

Property Value

Attributes

Applies to