次の方法で共有


BackupPolicyMigrationState.TargetType プロパティ

定義

バックアップ ポリシー移行のターゲット バックアップ ポリシーの種類を取得または設定します。 指定できる値は、'Periodic'、'Continuous' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象