IEnvironmentPatchProperties.ExpirationDate Property

Definition

The time the expiration date will be triggered (UTC), after which the environment and associated resources will be deleted.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="The time the expiration date will be triggered (UTC), after which the environment and associated resources will be deleted.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="expirationDate")]
public DateTime? ExpirationDate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="The time the expiration date will be triggered (UTC), after which the environment and associated resources will be deleted.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="expirationDate")>]
member this.ExpirationDate : Nullable<DateTime> with get, set
Public Property ExpirationDate As Nullable(Of DateTime)

Property Value

Attributes

Applies to