DisableAzureRmRecoveryServicesBackupAutoProtection.WorkloadType 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="Workload type of the resource. The current supported values are MSSQL", Mandatory=true, Position=2)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType WorkloadType { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Workload type of the resource. The current supported values are MSSQL", Mandatory=true, Position=2)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.WorkloadType : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.WorkloadType with get, set
Public Property WorkloadType As WorkloadType
Property Value
- Attributes