BackupStatusResponse interface
BackupStatus response.
Properties
acquire |
Specifies whether the storage account lock has been acquired or not |
container |
Specifies the product specific container name. E.g. iaasvmcontainer;iaasvmcontainer;csname;vmname. |
error |
ErrorCode in case of intent failed |
error |
ErrorMessage in case of intent failed. |
fabric |
Specifies the fabric name - Azure or AD |
policy |
Specifies the policy name which is used for protection |
protected |
Specifies the product specific ds name. E.g. vm;iaasvmcontainer;csname;vmname. |
protected |
Number of protected items |
protection |
Specifies whether the container is registered or not |
registration |
Container registration status |
vault |
Specifies the arm resource id of the vault |
Property Details
acquireStorageAccountLock
Specifies whether the storage account lock has been acquired or not
acquireStorageAccountLock?: string
Property Value
string
containerName
Specifies the product specific container name. E.g. iaasvmcontainer;iaasvmcontainer;csname;vmname.
containerName?: string
Property Value
string
errorCode
ErrorCode in case of intent failed
errorCode?: string
Property Value
string
errorMessage
ErrorMessage in case of intent failed.
errorMessage?: string
Property Value
string
fabricName
Specifies the fabric name - Azure or AD
fabricName?: string
Property Value
string
policyName
Specifies the policy name which is used for protection
policyName?: string
Property Value
string
protectedItemName
Specifies the product specific ds name. E.g. vm;iaasvmcontainer;csname;vmname.
protectedItemName?: string
Property Value
string
protectedItemsCount
Number of protected items
protectedItemsCount?: number
Property Value
number
protectionStatus
Specifies whether the container is registered or not
protectionStatus?: string
Property Value
string
registrationStatus
Container registration status
registrationStatus?: string
Property Value
string
vaultId
Specifies the arm resource id of the vault
vaultId?: string
Property Value
string