BackupStatusResponse Constructors

Definition

Overloads

BackupStatusResponse()

Initializes a new instance of the BackupStatusResponse class.

BackupStatusResponse(String, String, String, String, String, String, String, String, String)

Initializes a new instance of the BackupStatusResponse class.

BackupStatusResponse()

Initializes a new instance of the BackupStatusResponse class.

public BackupStatusResponse ();
Public Sub New ()

Applies to

BackupStatusResponse(String, String, String, String, String, String, String, String, String)

Initializes a new instance of the BackupStatusResponse class.

public BackupStatusResponse (string protectionStatus = default, string vaultId = default, string fabricName = default, string containerName = default, string protectedItemName = default, string errorCode = default, string errorMessage = default, string policyName = default, string registrationStatus = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupStatusResponse : string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupStatusResponse
Public Sub New (Optional protectionStatus As String = Nothing, Optional vaultId As String = Nothing, Optional fabricName As String = Nothing, Optional containerName As String = Nothing, Optional protectedItemName As String = Nothing, Optional errorCode As String = Nothing, Optional errorMessage As String = Nothing, Optional policyName As String = Nothing, Optional registrationStatus As String = Nothing)

Parameters

protectionStatus
String

Specifies whether the container is registered or not. Possible values include: 'Invalid', 'NotProtected', 'Protecting', 'Protected', 'ProtectionFailed'

vaultId
String

Specifies the arm resource id of the vault

fabricName
String

Specifies the fabric name - Azure or AD. Possible values include: 'Invalid', 'Azure'

containerName
String

Specifies the product specific container name. E.g. iaasvmcontainer;iaasvmcontainer;csname;vmname.

protectedItemName
String

Specifies the product specific ds name. E.g. vm;iaasvmcontainer;csname;vmname.

errorCode
String

ErrorCode in case of intent failed

errorMessage
String

ErrorMessage in case of intent failed.

policyName
String

Specifies the policy name which is used for protection

registrationStatus
String

Container registration status

Applies to