RestoreProtectionItemContent(Boolean, IEnumerable<VmInfo>) Constructor
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.
Initializes a new instance of RestoreProtectionItemContent.
public RestoreProtectionItemContent(bool isInPlaceRestore, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CommvaultContentStore.Models.VmInfo> vmInfoList);
new Azure.ResourceManager.CommvaultContentStore.Models.RestoreProtectionItemContent : bool * seq<Azure.ResourceManager.CommvaultContentStore.Models.VmInfo> -> Azure.ResourceManager.CommvaultContentStore.Models.RestoreProtectionItemContent
Public Sub New (isInPlaceRestore As Boolean, vmInfoList As IEnumerable(Of VmInfo))
Parameters
- isInPlaceRestore
- Boolean
Check whether inplace or out of place restore.
- vmInfoList
- IEnumerable<VmInfo>
List of information on VMs.
Exceptions
vmInfoList is null.