EnableAzureRmRecoveryServicesBackupAutoProtection.BackupManagementType Property
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.
[System.Management.Automation.Parameter(HelpMessage="The class of resources being protected. Currently the values supported for this cmdlet are MAB, AzureWorkload, AzureVM", Mandatory=true, Position=1)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType BackupManagementType { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The class of resources being protected. Currently the values supported for this cmdlet are MAB, AzureWorkload, AzureVM", Mandatory=true, Position=1)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.BackupManagementType : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType with get, set
Public Property BackupManagementType As BackupManagementType
Property Value
- Attributes