ISubscriptionAliasResponse.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.PSArgumentCompleter(new System.String[] { "Production", "DevTest" })]
[Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.Info(Create=true, Description="The workload type of the subscription. It can be either Production or DevTest.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="workload", Update=true)]
public string Workload { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Subscription.PSArgumentCompleter(new System.String[] { "Production", "DevTest" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.Info(Create=true, Description="The workload type of the subscription. It can be either Production or DevTest.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="workload", Update=true)>]
member this.Workload : string with get, set
Public Property Workload As String
Property Value
- Attributes