SelfHostedIntegrationRuntimeStatus.ScheduledUpdateDate Property

Definition

Gets the date at which the integration runtime will be scheduled to update, in ISO8601 format.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to