次の方法で共有


BackupItemInner.Scheduled プロパティ

定義

スケジュールがトリガーされたためにこのバックアップが作成された場合は true を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.scheduled")]
public bool? Scheduled { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.scheduled")>]
member this.Scheduled : Nullable<bool>
Public ReadOnly Property Scheduled As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象