次の方法で共有


EncryptionDetails.EncryptionEnabled プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象