Cluster.UpgradePauseStartTimestampUtc Property

Definition

Gets or sets indicates the start date and time to pause automatic runtime version upgrades on the cluster for an specific period of time on the cluster (UTC).

[Newtonsoft.Json.JsonProperty(PropertyName="properties.upgradePauseStartTimestampUtc")]
public DateTime? UpgradePauseStartTimestampUtc { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.upgradePauseStartTimestampUtc")>]
member this.UpgradePauseStartTimestampUtc : Nullable<DateTime> with get, set
Public Property UpgradePauseStartTimestampUtc As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to