PostRestoreRequest 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
PostRestoreRequest() |
Initializes a new instance of the PostRestoreRequest class. |
PostRestoreRequest(String, String, String, String, String, String, String, IList<RestoreFileSpec>) |
Initializes a new instance of the PostRestoreRequest class. |
PostRestoreRequest()
Initializes a new instance of the PostRestoreRequest class.
public PostRestoreRequest ();
Public Sub New ()
Applies to
PostRestoreRequest(String, String, String, String, String, String, String, IList<RestoreFileSpec>)
Initializes a new instance of the PostRestoreRequest class.
public PostRestoreRequest (string partition = default, string replicaGroup = default, string requestId = default, string azureFileShareUri = default, string status = default, string sourceAzureFileShareUri = default, string failedFileList = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StorageSync.Models.RestoreFileSpec> restoreFileSpec = default);
new Microsoft.Azure.Management.StorageSync.Models.PostRestoreRequest : string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.StorageSync.Models.RestoreFileSpec> -> Microsoft.Azure.Management.StorageSync.Models.PostRestoreRequest
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 failedFileList As String = Nothing, Optional restoreFileSpec As IList(Of RestoreFileSpec) = Nothing)
Parameters
- partition
- String
Post Restore partition.
- replicaGroup
- String
Post Restore replica group.
- requestId
- String
Post Restore request id.
- azureFileShareUri
- String
Post Restore Azure file share uri.
- status
- String
Post Restore Azure status.
- sourceAzureFileShareUri
- String
Post Restore Azure source azure file share uri.
- failedFileList
- String
Post Restore Azure failed file list.
- restoreFileSpec
- IList<RestoreFileSpec>
Post Restore restore file spec array.
Applies to
Azure SDK for .NET