Share via


IPlanData.UsageType Property

Definition

Different usage type like PAYG/COMMITTED. this could be enum

[Microsoft.Azure.PowerShell.Cmdlets.NewRelic.PSArgumentCompleter(new System.String[] { "PAYG", "COMMITTED" })]
[Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.Info(Create=true, Description="Different usage type like PAYG/COMMITTED. this could be enum", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="usageType", Update=true)]
public string UsageType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.PSArgumentCompleter(new System.String[] { "PAYG", "COMMITTED" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.Info(Create=true, Description="Different usage type like PAYG/COMMITTED. this could be enum", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="usageType", Update=true)>]
member this.UsageType : string with get, set
Public Property UsageType As String

Property Value

Attributes

Applies to