IJobResource.IsCancellable 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.
Describes whether the job is cancellable or not.
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Describes whether the job is cancellable or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isCancellable")]
public bool? IsCancellable { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Describes whether the job is cancellable or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isCancellable")>]
member this.IsCancellable : Nullable<bool>
Public ReadOnly Property IsCancellable As Nullable(Of Boolean)
Property Value
- Attributes