BackupStatusResponse 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.
BackupStatus response.
public class BackupStatusResponse
type BackupStatusResponse = class
Public Class BackupStatusResponse
- Inheritance
-
BackupStatusResponse
Constructors
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. |
Properties
ContainerName |
Gets or sets specifies the product specific container name. E.g. iaasvmcontainer;iaasvmcontainer;csname;vmname. |
ErrorCode |
Gets or sets errorCode in case of intent failed |
ErrorMessage |
Gets or sets errorMessage in case of intent failed. |
FabricName |
Gets or sets specifies the fabric name - Azure or AD. Possible values include: 'Invalid', 'Azure' |
PolicyName |
Gets or sets specifies the policy name which is used for protection |
ProtectedItemName |
Gets or sets specifies the product specific ds name. E.g. vm;iaasvmcontainer;csname;vmname. |
ProtectionStatus |
Gets or sets specifies whether the container is registered or not. Possible values include: 'Invalid', 'NotProtected', 'Protecting', 'Protected', 'ProtectionFailed' |
RegistrationStatus |
Gets or sets container registration status |
VaultId |
Gets or sets specifies the arm resource id of the vault |
Applies to
Azure SDK for .NET