IPlanDataResource.PlanDataBillingCycle 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 billing cycles like MONTHLY/WEEKLY. this could be enum
[Microsoft.Azure.PowerShell.Cmdlets.NewRelic.PSArgumentCompleter(new System.String[] { "YEARLY", "MONTHLY", "WEEKLY" })]
[Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.Info(Create=true, Description="Different billing cycles like MONTHLY/WEEKLY. this could be enum", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="billingCycle", Update=false)]
public string PlanDataBillingCycle { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.PSArgumentCompleter(new System.String[] { "YEARLY", "MONTHLY", "WEEKLY" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.Info(Create=true, Description="Different billing cycles like MONTHLY/WEEKLY. this could be enum", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="billingCycle", Update=false)>]
member this.PlanDataBillingCycle : string with get, set
Public Property PlanDataBillingCycle As String
Property Value
- Attributes