次の方法で共有


IaasVMRestoreRequest.DiskEncryptionSetId プロパティ

定義

diskEncryptionSet の ID を取得または設定します。カスタマー マネージド キーを使用して復元中に VM を保存時に暗号化する必要がある場合に必要です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象