GetAzureRmRecoveryServicesBackupContainer.ContainerType 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 type of the Azure Backup container (for example: Windows Server or Azure IaaS VM).", Mandatory=true, Position=1)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType ContainerType { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The type of the Azure Backup container (for example: Windows Server or Azure IaaS VM).", Mandatory=true, Position=1)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.ContainerType : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType with get, set
Public Property ContainerType As ContainerType
Property Value
- Attributes