ArmStorageSyncModelFactory.PreRestoreContent Method
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.
public static Azure.ResourceManager.StorageSync.Models.PreRestoreContent PreRestoreContent(string partition = default, string replicaGroup = default, string requestId = default, Uri azureFileShareUri = default, string status = default, Uri sourceAzureFileShareUri = default, string backupMetadataPropertyBag = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StorageSync.Models.RestoreFileSpec> restoreFileSpec = default, int? pauseWaitForSyncDrainTimePeriodInSeconds = default);
static member PreRestoreContent : string * string * string * Uri * string * Uri * string * seq<Azure.ResourceManager.StorageSync.Models.RestoreFileSpec> * Nullable<int> -> Azure.ResourceManager.StorageSync.Models.PreRestoreContent
Public Shared Function PreRestoreContent (Optional partition As String = Nothing, Optional replicaGroup As String = Nothing, Optional requestId As String = Nothing, Optional azureFileShareUri As Uri = Nothing, Optional status As String = Nothing, Optional sourceAzureFileShareUri As Uri = Nothing, Optional backupMetadataPropertyBag As String = Nothing, Optional restoreFileSpec As IEnumerable(Of RestoreFileSpec) = Nothing, Optional pauseWaitForSyncDrainTimePeriodInSeconds As Nullable(Of Integer) = Nothing) As PreRestoreContent
Parameters
- partition
- String
Pre Restore partition.
- replicaGroup
- String
Pre Restore replica group.
- requestId
- String
Pre Restore request id.
- azureFileShareUri
- Uri
Pre Restore Azure file share uri.
- status
- String
Pre Restore Azure status.
- sourceAzureFileShareUri
- Uri
Pre Restore Azure source azure file share uri.
- backupMetadataPropertyBag
- String
Pre Restore backup metadata property bag.
- restoreFileSpec
- IEnumerable<RestoreFileSpec>
Pre Restore restore file spec array.
Pre Restore pause wait for sync drain time period in seconds.
Returns
A new PreRestoreContent instance for mocking.