ArmCommvaultContentStoreModelFactory.RestoreProtectionItemContent 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.CommvaultContentStore.Models.RestoreProtectionItemContent RestoreProtectionItemContent(bool isInPlaceRestore = false, Azure.ResourceManager.CommvaultContentStore.Models.CommvaultRestoreType? restoreType = default, string toTime = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CommvaultContentStore.Models.VmInfo> vmInfoList = default);
static member RestoreProtectionItemContent : bool * Nullable<Azure.ResourceManager.CommvaultContentStore.Models.CommvaultRestoreType> * string * seq<Azure.ResourceManager.CommvaultContentStore.Models.VmInfo> -> Azure.ResourceManager.CommvaultContentStore.Models.RestoreProtectionItemContent
Public Shared Function RestoreProtectionItemContent (Optional isInPlaceRestore As Boolean = false, Optional restoreType As Nullable(Of CommvaultRestoreType) = Nothing, Optional toTime As String = Nothing, Optional vmInfoList As IEnumerable(Of VmInfo) = Nothing) As RestoreProtectionItemContent
Parameters
- isInPlaceRestore
- Boolean
Check whether inplace or out of place restore.
- restoreType
- Nullable<CommvaultRestoreType>
Type of Restore.
- toTime
- String
Time to restore.
- vmInfoList
- IEnumerable<VmInfo>
List of information on VMs.
Returns
A new RestoreProtectionItemContent instance for mocking.
Exceptions
vmInfoList is null.