次の方法で共有


BackupResourceEncryptionConfig.EncryptionAtRestType プロパティ

定義

保存時の暗号化の種類を取得または設定します。 使用可能な値は、'Invalid'、'MicrosoftManaged'、'CustomerManaged' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象