IJobDefinitionProperties.LatestJobRunStatus 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.
[Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Runtime.Info(Description="The current status of the Job Run in a non-terminal state, if exists.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Support.JobRunStatus) }, ReadOnly=true, Required=false, SerializedName="latestJobRunStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Support.JobRunStatus? LatestJobRunStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Runtime.Info(Description="The current status of the Job Run in a non-terminal state, if exists.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Support.JobRunStatus) }, ReadOnly=true, Required=false, SerializedName="latestJobRunStatus")>]
member this.LatestJobRunStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Support.JobRunStatus>
Public ReadOnly Property LatestJobRunStatus As Nullable(Of JobRunStatus)
Property Value
- Attributes