IPlanData.UsageType 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.
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