PutAliasRequest.Workload 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.
The workload type of the subscription. It can be either Production or DevTest.
[Microsoft.Azure.PowerShell.Cmdlets.Subscription.Origin(Microsoft.Azure.PowerShell.Cmdlets.Subscription.PropertyOrigin.Inlined)]
public Microsoft.Azure.PowerShell.Cmdlets.Subscription.Support.Workload? Workload { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Subscription.Origin(Microsoft.Azure.PowerShell.Cmdlets.Subscription.PropertyOrigin.Inlined)>]
member this.Workload : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Subscription.Support.Workload> with get, set
Public Property Workload As Nullable(Of Workload)
Property Value
Implements
- Attributes