Udostępnij przez


ISubscriptionAliasResponse.Workload Property

Definition

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

Applies to