RestoreDescription.BackupFolderPath 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 the directory which will be used to restore the replica's state. This parameter cannot be null, empty, or consist only of whitespace. UNC paths may also be provided.
public string BackupFolderPath { get; }
member this.BackupFolderPath : string
Public ReadOnly Property BackupFolderPath As String
Property Value
The directory which will be used to restore the replica's state.
Remarks
Folder must at least contain one full backup. In addition, it could include one or more incremental backups.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET