Get-AzRecoveryServicesBackupProperty
Gets Backup properties.
Note
This is the previous version of our documentation. Please consult the most recent version for up-to-date information.
Syntax
Get-AzRecoveryServicesBackupProperty
-Vault <ARSVault>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzRecoveryServicesBackupProperty cmdlet gets backup properties for a Recovery Services vault.
Examples
Example 1
Get-AzRecoveryServicesBackupProperty -Vault $vault
Get the backup vault property for vault.
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with azure.
| Type: | IAzureContextContainer |
| Aliases: | AzContext, AzureRmContext, AzureCredential |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-Vault
Specifies the name of the vault. The vault must be an AzureRmRecoveryServicesVault object.
| Type: | ARSVault |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |