PreValidateEnableBackupRequest 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 PreValidateEnableBackupRequest
type PreValidateEnableBackupRequest = class
Public Class PreValidateEnableBackupRequest
- Inheritance
-
PreValidateEnableBackupRequest
Constructors
PreValidateEnableBackupRequest() |
Initializes a new instance of the PreValidateEnableBackupRequest class. |
PreValidateEnableBackupRequest(String, String, String, String) |
Initializes a new instance of the PreValidateEnableBackupRequest class. |
Properties
Properties |
Gets or sets configuration of VM if any needs to be validated like OS type etc |
ResourceId |
Gets or sets ARM Virtual Machine Id |
ResourceType |
Gets or sets protectedItem Type- VM, SqlDataBase, AzureFileShare etc. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase', 'SAPAseDatabase' |
VaultId |
Gets or sets ARM id of the Recovery Services Vault |
Applies to
Azure SDK for .NET