PreRestoreRequest 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
PreRestoreRequest() |
Initializes a new instance of the PreRestoreRequest class. |
PreRestoreRequest(String, String, String, String, String, String, String, IList<RestoreFileSpec>, Nullable<Int32>) |
Initializes a new instance of the PreRestoreRequest class. |
PreRestoreRequest()
Initializes a new instance of the PreRestoreRequest class.
public PreRestoreRequest ();
Public Sub New ()
Applies to
PreRestoreRequest(String, String, String, String, String, String, String, IList<RestoreFileSpec>, Nullable<Int32>)
Initializes a new instance of the PreRestoreRequest class.
public PreRestoreRequest (string partition = default, string replicaGroup = default, string requestId = default, string azureFileShareUri = default, string status = default, string sourceAzureFileShareUri = default, string backupMetadataPropertyBag = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StorageSync.Models.RestoreFileSpec> restoreFileSpec = default, int? pauseWaitForSyncDrainTimePeriodInSeconds = default);
new Microsoft.Azure.Management.StorageSync.Models.PreRestoreRequest : string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.StorageSync.Models.RestoreFileSpec> * Nullable<int> -> Microsoft.Azure.Management.StorageSync.Models.PreRestoreRequest
Public Sub New (Optional partition As String = Nothing, Optional replicaGroup As String = Nothing, Optional requestId As String = Nothing, Optional azureFileShareUri As String = Nothing, Optional status As String = Nothing, Optional sourceAzureFileShareUri As String = Nothing, Optional backupMetadataPropertyBag As String = Nothing, Optional restoreFileSpec As IList(Of RestoreFileSpec) = Nothing, Optional pauseWaitForSyncDrainTimePeriodInSeconds As Nullable(Of Integer) = Nothing)
Parameters
- partition
- String
Pre Restore partition.
- replicaGroup
- String
Pre Restore replica group.
- requestId
- String
Pre Restore request id.
- azureFileShareUri
- String
Pre Restore Azure file share uri.
- status
- String
Pre Restore Azure status.
- sourceAzureFileShareUri
- String
Pre Restore Azure source azure file share uri.
- backupMetadataPropertyBag
- String
Pre Restore backup metadata property bag.
- restoreFileSpec
- IList<RestoreFileSpec>
Pre Restore restore file spec array.
Pre Restore pause wait for sync drain time period in seconds.
Applies to
Azure SDK for .NET