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