IaasVMRecoveryPoint.KeyAndSecret Property

Definition

Gets or sets required details for recovering an encrypted VM. Applicable only when IsSourceVMEncrypted is true.

[Newtonsoft.Json.JsonProperty(PropertyName="keyAndSecret")]
public Microsoft.Azure.Management.RecoveryServices.Backup.Models.KeyAndSecretDetails KeyAndSecret { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keyAndSecret")>]
member this.KeyAndSecret : Microsoft.Azure.Management.RecoveryServices.Backup.Models.KeyAndSecretDetails with get, set
Public Property KeyAndSecret As KeyAndSecretDetails

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to