RestoreProtectionItemContent Class
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.
The properties of RestoreProtectionItemRequest.
public class RestoreProtectionItemContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CommvaultContentStore.Models.RestoreProtectionItemContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CommvaultContentStore.Models.RestoreProtectionItemContent>
type RestoreProtectionItemContent = class
interface IJsonModel<RestoreProtectionItemContent>
interface IPersistableModel<RestoreProtectionItemContent>
Public Class RestoreProtectionItemContent
Implements IJsonModel(Of RestoreProtectionItemContent), IPersistableModel(Of RestoreProtectionItemContent)
- Inheritance
-
RestoreProtectionItemContent
- Implements
Constructors
| Name | Description |
|---|---|
| RestoreProtectionItemContent(Boolean, IEnumerable<VmInfo>) |
Initializes a new instance of RestoreProtectionItemContent. |
Properties
| Name | Description |
|---|---|
| IsInPlaceRestore |
Check whether inplace or out of place restore. |
| RestoreType |
Type of Restore. |
| ToTime |
Time to restore. |
| VmInfoList |
List of information on VMs. |