Skip to main content

backup_status

Creates, updates, deletes, gets or lists a backup_status resource.

Overview

Namebackup_status
TypeResource
Idazure.recovery_services_backup.backup_status

Fields

NameDatatypeDescription
acquireStorageAccountLockstringSpecifies whether the storage account lock has been acquired or not
containerNamestringSpecifies the product specific container name. E.g. iaasvmcontainer;iaasvmcontainer;csname;vmname.
errorCodestringErrorCode in case of intent failed
errorMessagestringErrorMessage in case of intent failed.
fabricNamestringSpecifies the fabric name - Azure or AD
policyNamestringSpecifies the policy name which is used for protection
protectedItemNamestringSpecifies the product specific ds name. E.g. vm;iaasvmcontainer;csname;vmname.
protectedItemsCountintegerNumber of protected items
protectionStatusstringSpecifies whether the container is registered or not
registrationStatusstringContainer registration status
vaultIdstringSpecifies the arm resource id of the vault

Methods

NameAccessible byRequired ParamsDescription
getSELECTazureRegion, subscriptionId

SELECT examples

SELECT
acquireStorageAccountLock,
containerName,
errorCode,
errorMessage,
fabricName,
policyName,
protectedItemName,
protectedItemsCount,
protectionStatus,
registrationStatus,
vaultId
FROM azure.recovery_services_backup.backup_status
WHERE azureRegion = '{{ azureRegion }}'
AND subscriptionId = '{{ subscriptionId }}';