Compartilhar via


IReservationResponse.ExpiryDate Property

Definition

This is the date when the reservation will expire.

[Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Description="This is the date when the reservation will expire.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="expiryDate")]
public DateTime? ExpiryDate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Description="This is the date when the reservation will expire.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="expiryDate")>]
member this.ExpiryDate : Nullable<DateTime> with get, set
Public Property ExpiryDate As Nullable(Of DateTime)

Property Value

Attributes

Applies to