Language

RestoreProtectionItemContent(Boolean, IEnumerable<VmInfo>) Constructor

Definition

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.

Applies to