PreValidateEnableBackupContent 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.
Contract to validate if backup can be enabled on the given resource in a given vault and given configuration. It will validate followings
- Vault capacity
- VM is already protected
- Any VM related configuration passed in properties.
public class PreValidateEnableBackupContent
type PreValidateEnableBackupContent = class
Public Class PreValidateEnableBackupContent
- Inheritance
-
PreValidateEnableBackupContent
Constructors
PreValidateEnableBackupContent() |
Initializes a new instance of PreValidateEnableBackupContent. |
Properties
Properties |
Configuration of VM if any needs to be validated like OS type etc. |
ResourceId |
ARM Virtual Machine Id. |
ResourceType |
ProtectedItem Type- VM, SqlDataBase, AzureFileShare etc. |
VaultId |
ARM id of the Recovery Services Vault. |
Applies to
Azure SDK for .NET