AzureWorkloadSQLRecoveryPointExtendedInfo.DataDirectoryPaths 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 data directory paths during restore operation.
[Newtonsoft.Json.JsonProperty(PropertyName="dataDirectoryPaths")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.SQLDataDirectory> DataDirectoryPaths { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dataDirectoryPaths")>]
member this.DataDirectoryPaths : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.SQLDataDirectory> with get, set
Public Property DataDirectoryPaths As IList(Of SQLDataDirectory)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute