< Back

Get-AzureRmRecoveryServicesBackupProperty

Tue Jan 29, 2019 10:03 pm

NAME Get-AzureRmRecoveryServicesBackupProperty



SYNOPSIS

Gets Backup properties.





SYNTAX

Get-AzureRmRecoveryServicesBackupProperty -Vault <ARSVault> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmRecoveryServicesBackupProperty cmdlet gets backup properties for a Recovery Services vault.





PARAMETERS

-Vault <ARSVault>

Specifies the name of the vault. The vault must be an AzureRmRecoveryServicesVault object.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

Microsoft.Azure.Commands.RecoveryServices.ARSVault







OUTPUTS

Microsoft.Azure.Commands.RecoveryServices.ASRVaultBackupProperties







NOTES









Example 1



PS C:\\> Get-AzureRmRecoveryServicesBackupProperty -Vault $vault



Get the backup vault property for vault.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... upproperty