IJobDetails.LastMitigationActionOnJob 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.
Last mitigation action performed on the job.
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Last mitigation action performed on the job.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ILastMitigationActionOnJob) }, ReadOnly=true, Required=false, SerializedName="lastMitigationActionOnJob")]
public Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ILastMitigationActionOnJob LastMitigationActionOnJob { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Last mitigation action performed on the job.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ILastMitigationActionOnJob) }, ReadOnly=true, Required=false, SerializedName="lastMitigationActionOnJob")>]
member this.LastMitigationActionOnJob : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ILastMitigationActionOnJob
Public ReadOnly Property LastMitigationActionOnJob As ILastMitigationActionOnJob
Property Value
- Attributes