IJobDelayDetails.ResolutionTime 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.
Timestamp when the delay notification was resolved.
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Timestamp when the delay notification was resolved.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="resolutionTime")]
public DateTime? ResolutionTime { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Timestamp when the delay notification was resolved.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="resolutionTime")>]
member this.ResolutionTime : Nullable<DateTime>
Public ReadOnly Property ResolutionTime As Nullable(Of DateTime)
Property Value
- Attributes