IReservationResponse.LastUpdatedDateTime 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.
DateTime of the last time the reservation was updated.
[Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Description="DateTime of the last time the reservation was updated.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="lastUpdatedDateTime")]
public DateTime? LastUpdatedDateTime { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Description="DateTime of the last time the reservation was updated.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="lastUpdatedDateTime")>]
member this.LastUpdatedDateTime : Nullable<DateTime>
Public ReadOnly Property LastUpdatedDateTime As Nullable(Of DateTime)
Property Value
- Attributes