次の方法で共有


IaasVMRecoveryPoint.IsSourceVMEncrypted プロパティ

定義

バックアップ コピーの作成時に VM が暗号化されたかどうかを示す値を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="isSourceVMEncrypted")]
public bool? IsSourceVMEncrypted { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isSourceVMEncrypted")>]
member this.IsSourceVMEncrypted : Nullable<bool> with get, set
Public Property IsSourceVMEncrypted As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象