PreBackupValidation 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
PreBackupValidation() |
Initializes a new instance of the PreBackupValidation class. |
PreBackupValidation(String, String, String) |
Initializes a new instance of the PreBackupValidation class. |
PreBackupValidation()
Initializes a new instance of the PreBackupValidation class.
public PreBackupValidation ();
Public Sub New ()
Applies to
PreBackupValidation(String, String, String)
Initializes a new instance of the PreBackupValidation class.
public PreBackupValidation (string status = default, string code = default, string message = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.PreBackupValidation : string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.PreBackupValidation
Public Sub New (Optional status As String = Nothing, Optional code As String = Nothing, Optional message As String = Nothing)
Parameters
- status
- String
Status of protectable item, i.e. InProgress,Succeeded,Failed. Possible values include: 'Invalid', 'Success', 'Failed'
- code
- String
Error code of protectable item
- message
- String
Message corresponding to the error code for the protectable item
Applies to
Azure SDK for .NET