Share via


ScriptStatus.ExpirationTime Property

Definition

Gets time the deployment script resource will expire.

[Newtonsoft.Json.JsonProperty(PropertyName="expirationTime")]
public DateTime? ExpirationTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="expirationTime")>]
member this.ExpirationTime : Nullable<DateTime>
Public ReadOnly Property ExpirationTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to