AzureFileShareRestoreRequest.RestoreFileSpecs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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