次の方法で共有


AzureWorkloadSQLRecoveryPointExtendedInfo.DataDirectoryPaths プロパティ

定義

復元操作中のデータ ディレクトリ パスの一覧を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="dataDirectoryPaths")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.SQLDataDirectory> DataDirectoryPaths { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dataDirectoryPaths")>]
member this.DataDirectoryPaths : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.SQLDataDirectory>
Public ReadOnly Property DataDirectoryPaths As IList(Of SQLDataDirectory)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象