Compartir a través de


ITaskProperties.IsSystemTask Property

Definition

The value of this property indicates whether the task resource is system task or not.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The value of this property indicates whether the task resource is system task or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isSystemTask")]
public bool? IsSystemTask { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The value of this property indicates whether the task resource is system task or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isSystemTask")>]
member this.IsSystemTask : Nullable<bool> with get, set
Public Property IsSystemTask As Nullable(Of Boolean)

Property Value

Attributes

Applies to