PreValidateEnableBackupRequest Constructors
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.
Overloads
PreValidateEnableBackupRequest() |
Initializes a new instance of the PreValidateEnableBackupRequest class. |
PreValidateEnableBackupRequest(String, String, String, String) |
Initializes a new instance of the PreValidateEnableBackupRequest class. |
PreValidateEnableBackupRequest()
Initializes a new instance of the PreValidateEnableBackupRequest class.
public PreValidateEnableBackupRequest ();
Public Sub New ()
Applies to
PreValidateEnableBackupRequest(String, String, String, String)
Initializes a new instance of the PreValidateEnableBackupRequest class.
public PreValidateEnableBackupRequest (string resourceType = default, string resourceId = default, string vaultId = default, string properties = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.PreValidateEnableBackupRequest : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.PreValidateEnableBackupRequest
Public Sub New (Optional resourceType As String = Nothing, Optional resourceId As String = Nothing, Optional vaultId As String = Nothing, Optional properties As String = Nothing)
Parameters
- resourceType
- String
ProtectedItem Type- VM, SqlDataBase, AzureFileShare etc. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase', 'SAPAseDatabase'
- resourceId
- String
ARM Virtual Machine Id
- vaultId
- String
ARM id of the Recovery Services Vault
- properties
- String
Configuration of VM if any needs to be validated like OS type etc
Applies to
Azure SDK for .NET