AzureFileShareRestoreRequest.RestoreFileSpecs Property

Definition

Gets or sets list of Source Files/Folders(which need to recover) and TargetFolderPath details

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to