PreValidateEnableBackupResponse 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.
Response contract for enable backup validation request
public class PreValidateEnableBackupResponse
type PreValidateEnableBackupResponse = class
Public Class PreValidateEnableBackupResponse
- Inheritance
-
PreValidateEnableBackupResponse
Constructors
PreValidateEnableBackupResponse() |
Initializes a new instance of the PreValidateEnableBackupResponse class. |
PreValidateEnableBackupResponse(String, String, String, String, String, String) |
Initializes a new instance of the PreValidateEnableBackupResponse class. |
Properties
ContainerName |
Gets or sets specifies the product specific container name. E.g. iaasvmcontainer;iaasvmcontainer;rgname;vmname. This is required for portal |
ErrorCode |
Gets or sets response error code |
ErrorMessage |
Gets or sets response error message |
ProtectedItemName |
Gets or sets specifies the product specific ds name. E.g. vm;iaasvmcontainer;rgname;vmname. This is required for portal |
Recommendation |
Gets or sets recommended action for user |
Status |
Gets or sets validation Status. Possible values include: 'Invalid', 'Succeeded', 'Failed' |
Applies to
Azure SDK for .NET