MonitorProperties.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.Origin(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.PropertyOrigin.Inlined)]
public Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Support.BillingCycle? PlanDataBillingCycle { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Origin(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.PropertyOrigin.Inlined)>]
member this.PlanDataBillingCycle : Nullable<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Support.BillingCycle> with get, set
Public Property PlanDataBillingCycle As Nullable(Of BillingCycle)
Property Value
Implements
- Attributes