RestoreDescription Constructors
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.
Overloads
RestoreDescription(String) |
Initializes a new instance of the structure |
RestoreDescription(String, RestorePolicy) |
Initializes a new instance of the RestoreDescription structure. |
RestoreDescription(String)
Initializes a new instance of the structure
public RestoreDescription (string backupFolderPath);
new Microsoft.ServiceFabric.Data.RestoreDescription : string -> Microsoft.ServiceFabric.Data.RestoreDescription
Public Sub New (backupFolderPath As String)
Parameters
- backupFolderPath
- String
The directory where the replica is to be restored from. This parameter cannot be null, empty, or consist only of whitespace. UNC paths may also be provided.
Applies to
RestoreDescription(String, RestorePolicy)
Initializes a new instance of the RestoreDescription structure.
public RestoreDescription (string backupFolderPath, Microsoft.ServiceFabric.Data.RestorePolicy restorePolicy);
new Microsoft.ServiceFabric.Data.RestoreDescription : string * Microsoft.ServiceFabric.Data.RestorePolicy -> Microsoft.ServiceFabric.Data.RestoreDescription
Public Sub New (backupFolderPath As String, restorePolicy As RestorePolicy)
Parameters
- backupFolderPath
- String
The directory where the replica is to be restored from. This parameter cannot be null, empty, or consist only of whitespace. UNC paths may also be provided.
- restorePolicy
- RestorePolicy
The restore policy.
Applies to
Azure SDK for .NET