次の方法で共有


AutoBackupSettings.BackupScheduleType プロパティ

定義

バックアップ スケジュールの種類を取得または設定します。 使用可能な値には、'Manual'、'Automated' などがあります。

[Newtonsoft.Json.JsonProperty(PropertyName="backupScheduleType")]
public string BackupScheduleType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="backupScheduleType")>]
member this.BackupScheduleType : string with get, set
Public Property BackupScheduleType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象