RecoveryPointDiskConfiguration.ExcludedDiskList Property

Definition

Gets or sets information of disks excluded from backup

[Newtonsoft.Json.JsonProperty(PropertyName="excludedDiskList")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.DiskInformation> ExcludedDiskList { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="excludedDiskList")>]
member this.ExcludedDiskList : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.DiskInformation> with get, set
Public Property ExcludedDiskList As IList(Of DiskInformation)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to