PreValidateEnableBackupResponse Constructors

Definition

Overloads

PreValidateEnableBackupResponse()

Initializes a new instance of the PreValidateEnableBackupResponse class.

PreValidateEnableBackupResponse(String, String, String, String, String, String)

Initializes a new instance of the PreValidateEnableBackupResponse class.

PreValidateEnableBackupResponse()

Initializes a new instance of the PreValidateEnableBackupResponse class.

public PreValidateEnableBackupResponse ();
Public Sub New ()

Applies to

PreValidateEnableBackupResponse(String, String, String, String, String, String)

Initializes a new instance of the PreValidateEnableBackupResponse class.

public PreValidateEnableBackupResponse (string status = default, string errorCode = default, string errorMessage = default, string recommendation = default, string containerName = default, string protectedItemName = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.PreValidateEnableBackupResponse : string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.PreValidateEnableBackupResponse
Public Sub New (Optional status As String = Nothing, Optional errorCode As String = Nothing, Optional errorMessage As String = Nothing, Optional recommendation As String = Nothing, Optional containerName As String = Nothing, Optional protectedItemName As String = Nothing)

Parameters

status
String

Validation Status. Possible values include: 'Invalid', 'Succeeded', 'Failed'

errorCode
String

Response error code

errorMessage
String

Response error message

recommendation
String

Recommended action for user

containerName
String

Specifies the product specific container name. E.g. iaasvmcontainer;iaasvmcontainer;rgname;vmname. This is required for portal

protectedItemName
String

Specifies the product specific ds name. E.g. vm;iaasvmcontainer;rgname;vmname. This is required for portal

Applies to